|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Multiset.Entry | |
---|---|
com.google.common.collect | This package contains generic collection interfaces and implementations, and other utilities for working with collections. |
Uses of Multiset.Entry in com.google.common.collect |
---|
Methods in com.google.common.collect that return Multiset.Entry | ||
---|---|---|
static
|
Multisets.immutableEntry(E e,
int n)
Returns an immutable multiset entry with the specified element and count. |
Methods in com.google.common.collect that return types with arguments of type Multiset.Entry | |
---|---|
Set<Multiset.Entry<E>> |
ForwardingMultiset.entrySet()
|
Set<Multiset.Entry<E>> |
ConcurrentHashMultiset.entrySet()
|
Set<Multiset.Entry<E>> |
ImmutableMultiset.entrySet()
|
Set<Multiset.Entry<E>> |
Multiset.entrySet()
Returns a view of the contents of this multiset, grouped into Multiset.Entry instances, each providing an element of the multiset and
the count of that element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |