Uses of Interface
org.apache.commons.collections4.MultiSet.Entry
Packages that use MultiSet.Entry
Package
Description
Interfaces and utilities shared across all packages.
Implements the
MultiSet 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 -
Uses of MultiSet.Entry in org.apache.commons.collections4.multiset
Classes in org.apache.commons.collections4.multiset that implement MultiSet.EntryModifier and TypeClassDescriptionprotected static classInner class MultiSetEntry.protected static classInner class AbstractEntry.Fields in org.apache.commons.collections4.multiset declared as MultiSet.EntryModifier and TypeFieldDescriptionprotected MultiSet.Entry<E>AbstractMapMultiSet.EntrySetIterator.lastThe last returned entryMethods in org.apache.commons.collections4.multiset that return MultiSet.EntryMethods in org.apache.commons.collections4.multiset that return types with arguments of type MultiSet.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()