E
- the element type of the multisetpublic class HashMultiset<E> extends AbstractMultiset<E>
Constructor and Description |
---|
HashMultiset() |
HashMultiset(java.util.Collection<? extends E> collection) |
add, addAll, clear, contains, containsAll, count, entrySet, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public HashMultiset()
public HashMultiset(java.util.Collection<? extends E> collection)
Copyright © 2019. All rights reserved