| 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<E> | ConcurrentHashMultiset. create()Creates a new, empty  ConcurrentHashMultisetusing the default
 initial capacity, load factor, and concurrency settings. | 
| static <E> ConcurrentHashMultiset<E> | ConcurrentHashMultiset. create(Iterable<? extends E> elements)Creates a new  ConcurrentHashMultisetcontaining the specified elements, using
 the default initial capacity, load factor, and concurrency settings. | 
| static <E> ConcurrentHashMultiset<E> | ConcurrentHashMultiset. create(MapMaker mapMaker)Creates a new, empty  ConcurrentHashMultisetusingmapMakerto construct the internal backing map. | 
Copyright © 2010-2014. All Rights Reserved.