Package org.eclipse.epsilon.eol.types
Class EolBag<T>
java.lang.Object
org.eclipse.epsilon.eol.types.EolCollection<T>
org.eclipse.epsilon.eol.types.EolBag<T>
- All Implemented Interfaces:
Iterable<T>,Collection<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, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
toArray
-
Constructor Details
-
EolBag
public EolBag()
-