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> Multiset.Entry<E> |
Multisets.immutableEntry(E e,
int n)
Returns an immutable multiset entry with the specified element and count.
|
Modifier and Type | Method and Description |
---|---|
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. |
Set<Multiset.Entry<E>> |
ImmutableMultiset.entrySet() |
Set<Multiset.Entry<E>> |
ForwardingMultiset.entrySet() |
Set<Multiset.Entry<E>> |
ConcurrentHashMultiset.entrySet() |
Copyright © 2010-2012. All Rights Reserved.