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 class
Inner class MultiSetEntry.protected static class
Inner class AbstractEntry.Fields in org.apache.commons.collections4.multiset declared as MultiSet.EntryModifier and TypeFieldDescriptionprivate MultiSet.Entry
<E> AbstractMultiSet.MultiSetIterator.current
protected MultiSet.Entry
<E> AbstractMapMultiSet.EntrySetIterator.last
The 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.entryIterator
private Set
<MultiSet.Entry<E>> AbstractMultiSet.entrySet
View 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()