Package org.eclipse.epsilon.eol.types
Class EolSequence<T>
java.lang.Object
org.eclipse.epsilon.eol.types.EolCollection<T>
org.eclipse.epsilon.eol.types.EolSequence<T>
- All Implemented Interfaces:
Iterable<T>
,Collection<T>
,List<T>
,RandomAccess
-
Field Summary
Fields inherited from class org.eclipse.epsilon.eol.types.EolCollection
wrapped
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
addAll
(int index, Collection<? extends T> c) void
ensureCapacity
(int minSize) get
(int index) int
int
listIterator
(int index) remove
(int index) void
replaceAll
(UnaryOperator<T> operator) void
sort
(Comparator<? super T> c) subList
(int fromIndex, int toIndex) Methods inherited from class org.eclipse.epsilon.eol.types.EolCollection
add, addAll, clear, contains, containsAll, equals, forEach, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
EolSequence
public EolSequence()
-
-
Method Details
-
ensureCapacity
public void ensureCapacity(int minSize) - Parameters:
minSize
-- Since:
- 1.6
-
addAll
-
replaceAll
- Specified by:
replaceAll
in interfaceList<T>
-
sort
-
get
-
set
-
add
-
remove
-
indexOf
-
lastIndexOf
- Specified by:
lastIndexOf
in interfaceList<T>
-
listIterator
- Specified by:
listIterator
in interfaceList<T>
-
listIterator
- Specified by:
listIterator
in interfaceList<T>
-
subList
-