Methods in com.google.common.collect that return ConcurrentHashMultiset |
static
|
ConcurrentHashMultiset.create()
Creates a new, empty ConcurrentHashMultiset using the default
initial capacity, load factor, and concurrency settings. |
static
|
ConcurrentHashMultiset.create(GenericMapMaker<? super E,? super Number> mapMaker)
Creates a new, empty ConcurrentHashMultiset using mapMaker
to construct the internal backing map. |
static
|
ConcurrentHashMultiset.create(Iterable<? extends E> elements)
Creates a new ConcurrentHashMultiset containing the specified
elements, using the default initial capacity, load factor, and concurrency
settings. |