Uses of Class
com.google.common.collect.LinkedHashMultiset
Packages that use LinkedHashMultiset
Package
Description
Collection interfaces and implementations, and other utilities for collections.
- 
Uses of LinkedHashMultiset in com.google.common.collectMethods in com.google.common.collect that return LinkedHashMultisetModifier and TypeMethodDescriptionstatic <E extends @Nullable Object>
 LinkedHashMultiset<E> LinkedHashMultiset.create()Creates a new, emptyLinkedHashMultisetusing the default initial capacity.static <E extends @Nullable Object>
 LinkedHashMultiset<E> LinkedHashMultiset.create(int distinctElements) Creates a new, emptyLinkedHashMultisetwith the specified expected number of distinct elements.static <E extends @Nullable Object>
 LinkedHashMultiset<E> Creates a newLinkedHashMultisetcontaining the specified elements.