Uses of Interface
org.apache.commons.collections4.MultiSet.Entry
Package
Description
Interfaces and utilities shared across all packages.
Implements the
MultiSet
interface.-
Uses of MultiSet.Entry in org.apache.commons.collections4
-
Uses of MultiSet.Entry in org.apache.commons.collections4.multiset
Modifier and TypeClassDescriptionprotected static class
Inner class MultiSetEntry.protected static class
Inner class AbstractEntry.Modifier and TypeFieldDescriptionprotected MultiSet.Entry
<E> AbstractMapMultiSet.EntrySetIterator.last
The last returned entryModifier and TypeMethodDescriptionprotected 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.AbstractMultiSet.entrySet()
Returns an unmodifiable view of the entries of this multiset.AbstractMultiSetDecorator.entrySet()
PredicatedMultiSet.entrySet()
SynchronizedMultiSet.entrySet()
UnmodifiableMultiSet.entrySet()
AbstractMultiSet.EntrySet.iterator()