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