Uses of Class
com.google.common.collect.LinkedHashMultiset
-
Packages that use LinkedHashMultiset Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections.com.google.common.testing This package contains testing utilities. -
-
Uses of LinkedHashMultiset in com.google.common.collect
Methods in com.google.common.collect that return LinkedHashMultiset Modifier and Type Method Description static <E> LinkedHashMultiset<E>
LinkedHashMultiset. create()
Creates a new, emptyLinkedHashMultiset
using the default initial capacity.static <E> LinkedHashMultiset<E>
LinkedHashMultiset. create(int distinctElements)
Creates a new, emptyLinkedHashMultiset
with the specified expected number of distinct elements.static <E> LinkedHashMultiset<E>
LinkedHashMultiset. create(java.lang.Iterable<? extends E> elements)
Creates a newLinkedHashMultiset
containing the specified elements. -
Uses of LinkedHashMultiset in com.google.common.testing
Methods in com.google.common.testing that return LinkedHashMultiset Modifier and Type Method Description (package private) static <E> LinkedHashMultiset<E>
FreshValueGenerator. generateLinkedHashMultiset(E freshElement)
-