| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LinkedHashMultiset | |
|---|---|
| com.google.common.collect | This package contains generic collection interfaces and implementations, and other utilities for working with collections. | 
| Uses of LinkedHashMultiset in com.google.common.collect | 
|---|
| Methods in com.google.common.collect that return LinkedHashMultiset | ||
|---|---|---|
static
 | 
LinkedHashMultiset.create()
Creates a new, empty LinkedHashMultiset using the default initial
 capacity. | 
|
static
 | 
LinkedHashMultiset.create(int distinctElements)
Creates a new, empty LinkedHashMultiset with the specified expected
 number of distinct elements. | 
|
static
 | 
LinkedHashMultiset.create(Iterable<? extends E> elements)
Creates a new LinkedHashMultiset containing the specified elements. | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||