private class ConcurrentHashMultiset.EntrySet extends AbstractMultiset.EntrySet
| Modifier | Constructor and Description |
|---|---|
private |
EntrySet() |
| Modifier and Type | Method and Description |
|---|---|
(package private) ConcurrentHashMultiset<E> |
multiset() |
private java.util.List<Multiset.Entry<E>> |
snapshot() |
java.lang.Object[] |
toArray() |
<T> T[] |
toArray(T[] array) |
iterator, sizeclear, contains, removeremoveAll, retainAlladd, addAll, containsAll, isEmpty, toStringConcurrentHashMultiset<E> multiset()
multiset in class AbstractMultiset.EntrySetpublic java.lang.Object[] toArray()
toArray in interface java.util.Collection<Multiset.Entry<E>>toArray in interface java.util.Set<Multiset.Entry<E>>toArray in class java.util.AbstractCollection<Multiset.Entry<E>>public <T> T[] toArray(T[] array)
toArray in interface java.util.Collection<Multiset.Entry<E>>toArray in interface java.util.Set<Multiset.Entry<E>>toArray in class java.util.AbstractCollection<Multiset.Entry<E>>private java.util.List<Multiset.Entry<E>> snapshot()