| Package | Description |
|---|---|
| org.apache.commons.collections4 |
This package contains the interfaces and utilities shared across all the subpackages of this component.
|
| org.apache.commons.collections4.multiset |
This package contains implementations of the
MultiSet and
SortedMultiSet interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
Set |
MultiSet.entrySet()
Returns a
Set of all entries contained in the MultiSet.
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractMapMultiSet
Inner class MultiSetEntry.
|
protected static class |
AbstractMultiSet
Inner class AbstractEntry.
|
| Modifier and Type | Field and Description |
|---|---|
protected MultiSet |
AbstractMapMultiSet.EntrySetIterator.last
The last returned entry
|
| Modifier and Type | Method and Description |
|---|---|
MultiSet |
AbstractMapMultiSet.EntrySetIterator.next()
|
| Modifier and Type | Method and Description |
|---|---|
protected Set |
AbstractMultiSet.createEntrySet()
Create a new view for the set of entries in this multiset.
|
protected abstract Iterator |
AbstractMultiSet.createEntrySetIterator()
Creates an entry set iterator.
|
protected Iterator |
AbstractMapMultiSet.createEntrySetIterator()
|
Set |
AbstractMultiSet.entrySet()
Returns an unmodifiable view of the entries of this multiset.
|
Set |
PredicatedMultiSet.entrySet()
|
Set |
UnmodifiableMultiSet.entrySet()
|
Set |
AbstractMultiSetDecorator.entrySet()
|
Set |
SynchronizedMultiSet.entrySet()
|
Iterator |
AbstractMultiSet.EntrySet.iterator()
|