Package org.spockframework.util
Class LinkedHashMultiset<E>
java.lang.Object
org.spockframework.util.AbstractMultiset<E>
org.spockframework.util.LinkedHashMultiset<E>
- Type Parameters:
E
- the element type of the multiset
- All Implemented Interfaces:
Iterable<E>
,Collection<E>
,IMultiset<E>
LinkedHashMap based implementation of IMultiset. Iteration order follows
order of first insertion of an element.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.spockframework.util.AbstractMultiset
add, addAll, clear, contains, containsAll, count, entrySet, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
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
equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
-
Constructor Details
-
LinkedHashMultiset
public LinkedHashMultiset() -
LinkedHashMultiset
-