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_SETTERMethods in com.google.common.collect that return ConcurrentHashMultisetModifier and TypeMethodDescriptionstatic <E> ConcurrentHashMultiset<E> ConcurrentHashMultiset.create()Creates a new, emptyConcurrentHashMultisetusing the default initial capacity, load factor, and concurrency settings.static <E> ConcurrentHashMultiset<E> Creates a newConcurrentHashMultisetcontaining 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, emptyConcurrentHashMultisetusingcountMapas the internal backing map.(package private) ConcurrentHashMultiset<E> ConcurrentHashMultiset.EntrySet.multiset()