Uses of Interface
org.apache.commons.collections4.MultiSet.Entry
Packages that use MultiSet.Entry
Package
Description
This package contains the interfaces and utilities shared across all the subpackages of this component.
This package contains implementations of the
MultiValuedMap interfaces.This package contains implementations of 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.multimap
Methods in org.apache.commons.collections4.multimap that return MultiSet.EntryModifier and TypeMethodDescriptionAbstractMultiValuedMap.KeysMultiSet.MapEntryTransformer.transform(Map.Entry<K, Collection<V>> mapEntry) Methods in org.apache.commons.collections4.multimap that return types with arguments of type MultiSet.EntryModifier and TypeMethodDescriptionprotected Iterator<MultiSet.Entry<K>> AbstractMultiValuedMap.KeysMultiSet.createEntrySetIterator() -
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 TypeFieldDescriptionprivate MultiSet.Entry<E> AbstractMultiSet.MultiSetIterator.currentprotected MultiSet.Entry<E> AbstractMapMultiSet.EntrySetIterator.lastThe last returned entryFields in org.apache.commons.collections4.multiset with type parameters of type MultiSet.EntryModifier and TypeFieldDescriptionprivate final Iterator<MultiSet.Entry<E>> AbstractMultiSet.MultiSetIterator.entryIteratorprivate Set<MultiSet.Entry<E>> AbstractMultiSet.entrySetView of the entriesMethods 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()