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.multimap This package contains implementations of theMultiValuedMapinterfaces.org.apache.commons.collections4.multiset This package contains implementations of theMultiSetinterface. -
-
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 java.util.Set<MultiSet.Entry<E>>MultiSet. entrySet()Returns aSetof all entries contained in the MultiSet. -
Uses of MultiSet.Entry in org.apache.commons.collections4.multimap
Methods in org.apache.commons.collections4.multimap that return MultiSet.Entry Modifier and Type Method Description MultiSet.Entry<K>AbstractMultiValuedMap.KeysMultiSet.MapEntryTransformer. transform(java.util.Map.Entry<K,java.util.Collection<V>> mapEntry)Methods in org.apache.commons.collections4.multimap that return types with arguments of type MultiSet.Entry Modifier and Type Method Description protected java.util.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.Entry Modifier and Type Class Description protected static classAbstractMapMultiSet.MultiSetEntry<E>Inner class MultiSetEntry.protected static classAbstractMultiSet.AbstractEntry<E>Inner class AbstractEntry.Fields in org.apache.commons.collections4.multiset declared as MultiSet.Entry Modifier and Type Field Description private 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.Entry Modifier and Type Field Description private java.util.Iterator<MultiSet.Entry<E>>AbstractMultiSet.MultiSetIterator. entryIteratorprivate java.util.Set<MultiSet.Entry<E>>AbstractMultiSet. entrySetView of the entriesMethods 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 java.util.Set<MultiSet.Entry<E>>AbstractMultiSet. createEntrySet()Create a new view for the set of entries in this multiset.protected java.util.Iterator<MultiSet.Entry<E>>AbstractMapMultiSet. createEntrySetIterator()protected abstract java.util.Iterator<MultiSet.Entry<E>>AbstractMultiSet. createEntrySetIterator()Creates an entry set iterator.java.util.Set<MultiSet.Entry<E>>AbstractMultiSet. entrySet()Returns an unmodifiable view of the entries of this multiset.java.util.Set<MultiSet.Entry<E>>AbstractMultiSetDecorator. entrySet()java.util.Set<MultiSet.Entry<E>>PredicatedMultiSet. entrySet()java.util.Set<MultiSet.Entry<E>>SynchronizedMultiSet. entrySet()java.util.Set<MultiSet.Entry<E>>UnmodifiableMultiSet. entrySet()java.util.Iterator<MultiSet.Entry<E>>AbstractMultiSet.EntrySet. iterator()
-