|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImmutableMultiset | |
---|---|
com.google.common.collect | This package contains generic collection interfaces and implementations, and other utilities for working with collections. |
Uses of ImmutableMultiset in com.google.common.collect |
---|
Methods in com.google.common.collect that return ImmutableMultiset | ||
---|---|---|
ImmutableMultiset<E> |
ImmutableMultiset.Builder.build()
Returns a newly-created ImmutableMultiset based on the contents
of the Builder . |
|
static
|
ImmutableMultiset.copyOf(Iterable<? extends E> elements)
Returns an immutable multiset containing the given elements. |
|
static
|
ImmutableMultiset.copyOf(Iterator<? extends E> elements)
Returns an immutable multiset containing the given elements. |
|
ImmutableMultiset<K> |
ImmutableMultimap.keys()
Returns a collection, which may contain duplicates, of all keys. |
|
static
|
ImmutableMultiset.of()
Returns the empty immutable multiset. |
|
static
|
ImmutableMultiset.of(E... elements)
Returns an immutable multiset containing the given elements. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |