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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanaddAll(int index, Collection<? extends T> c) voidensureCapacity(int minSize) get(int index) intintlistIterator(int index) remove(int index) voidreplaceAll(UnaryOperator<T> operator) voidsort(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, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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:
replaceAllin interfaceList<T>
-
sort
-
get
-
set
-
add
-
remove
-
indexOf
-
lastIndexOf
- Specified by:
lastIndexOfin interfaceList<T>
-
listIterator
- Specified by:
listIteratorin interfaceList<T>
-
listIterator
- Specified by:
listIteratorin interfaceList<T>
-
subList
-