Uses of Class
com.google.common.collect.ConcurrentHashMultiset
Packages that use ConcurrentHashMultiset
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of ConcurrentHashMultiset in com.google.common.collect
Fields in com.google.common.collect with type parameters of type ConcurrentHashMultisetModifier and TypeFieldDescription(package private) static final Serialization.FieldSetter
<? super ConcurrentHashMultiset<?>> ConcurrentHashMultiset.FieldSettersHolder.COUNT_MAP_FIELD_SETTER
Methods in com.google.common.collect that return ConcurrentHashMultisetModifier and TypeMethodDescriptionstatic <E> ConcurrentHashMultiset
<E> ConcurrentHashMultiset.create()
Creates a new, emptyConcurrentHashMultiset
using the default initial capacity, load factor, and concurrency settings.static <E> ConcurrentHashMultiset
<E> Creates a newConcurrentHashMultiset
containing the specified elements, using the default initial capacity, load factor, and concurrency settings.static <E> ConcurrentHashMultiset
<E> ConcurrentHashMultiset.create
(ConcurrentMap<E, AtomicInteger> countMap) Creates a new, emptyConcurrentHashMultiset
usingcountMap
as the internal backing map.(package private) ConcurrentHashMultiset
<E> ConcurrentHashMultiset.EntrySet.multiset()