Package org.eclipse.epsilon.eol.types
Class EolOrderedSet<T>
java.lang.Object
org.eclipse.epsilon.eol.types.EolCollection<T>
org.eclipse.epsilon.eol.types.EolOrderedSet<T>
- All Implemented Interfaces:
Iterable<T>
,Collection<T>
,Set<T>
-
Field Summary
Fields inherited from class org.eclipse.epsilon.eol.types.EolCollection
wrapped
-
Constructor Summary
Constructors -
Method Summary
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
-
EolOrderedSet
public EolOrderedSet()
-