| Package | Description |
|---|---|
| com.google.common.collect |
This package contains generic collection interfaces and implementations, and other utilities for working with collections.
|
| Modifier and Type | Method and Description |
|---|---|
static <E> ConcurrentHashMultiset |
ConcurrentHashMultiset.create()
Creates a new, empty
ConcurrentHashMultiset using the default initial capacity, load factor, and concurrency settings.
|
static <E> ConcurrentHashMultiset |
ConcurrentHashMultiset.create(Iterable
Creates a new
ConcurrentHashMultiset containing the specified elements, using the default initial capacity, load factor, and concurrency settings.
|
static <E> ConcurrentHashMultiset |
ConcurrentHashMultiset.create(MapMaker
Creates a new, empty
ConcurrentHashMultiset using
mapMaker to construct the internal backing map.
|