Uses of Class
com.google.common.collect.TreeMultiset
Packages that use TreeMultiset
Package
Description
Collection interfaces and implementations, and other utilities for collections.
Testing utilities.
-
Uses of TreeMultiset in com.google.common.collect
Methods in com.google.common.collect that return TreeMultisetModifier and TypeMethodDescriptionstatic <E extends Comparable>
TreeMultiset<E> TreeMultiset.create()
Creates a new, empty multiset, sorted according to the elements' natural order.static <E extends Comparable>
TreeMultiset<E> Creates an empty multiset containing the given initial elements, sorted according to the elements' natural order.static <E> TreeMultiset
<E> TreeMultiset.create
(Comparator<? super E> comparator) Creates a new, empty multiset, sorted according to the specified comparator. -
Uses of TreeMultiset in com.google.common.testing
Methods in com.google.common.testing that return TreeMultisetModifier and TypeMethodDescription(package private) static <E extends Comparable<E>>
TreeMultiset<E> FreshValueGenerator.generateTreeMultiset
(E freshElement)