Package org.spockframework.util
Class HashMultiset<E>
java.lang.Object
org.spockframework.util.AbstractMultiset<E>
org.spockframework.util.HashMultiset<E>
- Type Parameters:
E
- the element type of the multiset
- All Implemented Interfaces:
Iterable<E>
,Collection<E>
,IMultiset<E>
HashMap based implementation of IMultiset. Iteration order is not guaranteed.
-
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
-
HashMultiset
public HashMultiset() -
HashMultiset
-