Uses of Class
com.google.common.collect.ConcurrentHashMultiset
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of ConcurrentHashMultiset in com.google.common.collect
Modifier 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.