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 interface. |
Modifier and Type | Method and Description |
---|---|
Set<MultiSet.Entry<E>> |
MultiSet.entrySet()
Returns a
Set of all entries contained in the MultiSet. |
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractMapMultiSet.MultiSetEntry<E>
Inner class MultiSetEntry.
|
protected static class |
AbstractMultiSet.AbstractEntry<E>
Inner class AbstractEntry.
|
Modifier and Type | Field and Description |
---|---|
protected MultiSet.Entry<E> |
AbstractMapMultiSet.EntrySetIterator.last
The last returned entry
|
Modifier and Type | Method and Description |
---|---|
MultiSet.Entry<E> |
AbstractMapMultiSet.EntrySetIterator.next() |
Modifier and Type | Method and Description |
---|---|
protected Set<MultiSet.Entry<E>> |
AbstractMultiSet.createEntrySet()
Create a new view for the set of entries in this multiset.
|
protected Iterator<MultiSet.Entry<E>> |
AbstractMapMultiSet.createEntrySetIterator() |
protected abstract Iterator<MultiSet.Entry<E>> |
AbstractMultiSet.createEntrySetIterator()
Creates an entry set iterator.
|
Set<MultiSet.Entry<E>> |
AbstractMultiSet.entrySet()
Returns an unmodifiable view of the entries of this multiset.
|
Set<MultiSet.Entry<E>> |
AbstractMultiSetDecorator.entrySet() |
Set<MultiSet.Entry<E>> |
PredicatedMultiSet.entrySet() |
Set<MultiSet.Entry<E>> |
SynchronizedMultiSet.entrySet() |
Set<MultiSet.Entry<E>> |
UnmodifiableMultiSet.entrySet() |
Iterator<MultiSet.Entry<E>> |
AbstractMultiSet.EntrySet.iterator() |
Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.