Class DynamicList<T>
java.lang.Object
org.eclipse.epsilon.epl.combinations.DynamicList<T>
- All Implemented Interfaces:
Iterable<T>
,Collection<T>
,List<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
boolean
addAll
(int arg0, Collection<? extends T> arg1) boolean
addAll
(Collection<? extends T> arg0) void
addListener
(DynamicListListener<T> listener) void
clear()
boolean
boolean
containsAll
(Collection<?> arg0) get
(int arg0) int
boolean
isEmpty()
boolean
iterator()
int
lastIndexOf
(Object arg0) listIterator
(int arg0) remove
(int arg0) boolean
boolean
removeAll
(Collection<?> arg0) boolean
removeListener
(DynamicListListener<T> listener) void
reset()
boolean
retainAll
(Collection<?> arg0) void
setExceptionHandler
(ExceptionHandler<EolRuntimeException> exceptionHandler) void
setResetable
(boolean resetable) int
size()
subList
(int arg0, int arg1) Object[]
toArray()
<A> A[]
toArray
(A[] arg0) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.List
equals, hashCode, replaceAll, sort, spliterator
-
Constructor Details
-
DynamicList
public DynamicList()
-
-
Method Details
-
getValues
- Throws:
EolRuntimeException
-
addListener
-
removeListener
-
getExceptionHandler
-
setExceptionHandler
-
reset
public void reset() -
isResetable
public boolean isResetable() -
setResetable
public void setResetable(boolean resetable) -
add
-
add
-
addAll
-
addAll
-
clear
public void clear() -
contains
-
containsAll
- Specified by:
containsAll
in interfaceCollection<T>
- Specified by:
containsAll
in interfaceList<T>
-
get
-
indexOf
-
isEmpty
public boolean isEmpty() -
iterator
-
lastIndexOf
- Specified by:
lastIndexOf
in interfaceList<T>
-
listIterator
- Specified by:
listIterator
in interfaceList<T>
-
listIterator
- Specified by:
listIterator
in interfaceList<T>
-
remove
-
remove
-
removeAll
-
retainAll
-
set
-
size
public int size() -
subList
-
toArray
-
toArray
public <A> A[] toArray(A[] arg0)
-