Uses of Interface
org.apache.commons.collections4.MultiSet.Entry
-
Packages that use MultiSet.Entry 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 theMultiSet
interface. -
-
Uses of MultiSet.Entry in org.apache.commons.collections4
Methods in org.apache.commons.collections4 that return types with arguments of type MultiSet.Entry Modifier and Type Method Description Set<MultiSet.Entry<E>>
MultiSet. entrySet()
Returns aSet
of all entries contained in the MultiSet. -
Uses of MultiSet.Entry in org.apache.commons.collections4.multiset
Classes in org.apache.commons.collections4.multiset that implement MultiSet.Entry Modifier and Type Class Description protected static class
AbstractMapMultiSet.MultiSetEntry<E>
Inner class MultiSetEntry.protected static class
AbstractMultiSet.AbstractEntry<E>
Inner class AbstractEntry.Fields in org.apache.commons.collections4.multiset declared as MultiSet.Entry Modifier and Type Field Description protected MultiSet.Entry<E>
AbstractMapMultiSet.EntrySetIterator. last
The last returned entryMethods in org.apache.commons.collections4.multiset that return MultiSet.Entry Modifier and Type Method Description MultiSet.Entry<E>
AbstractMapMultiSet.EntrySetIterator. next()
Methods in org.apache.commons.collections4.multiset that return types with arguments of type MultiSet.Entry Modifier and Type Method 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()
-