Uses of Class
org.apache.commons.collections4.iterators.AbstractIteratorDecorator
-
Packages that use AbstractIteratorDecorator Package Description org.apache.commons.collections4.bidimap org.apache.commons.collections4.iterators This package contains implementations of theIteratorinterface.org.apache.commons.collections4.list This package contains implementations of theListinterface.org.apache.commons.collections4.map org.apache.commons.collections4.multimap This package contains implementations of theMultiValuedMapinterfaces.org.apache.commons.collections4.multiset This package contains implementations of theMultiSetinterface.org.apache.commons.collections4.set This package contains implementations of theSet,SortedSetandNavigableSetinterfaces. -
-
Uses of AbstractIteratorDecorator in org.apache.commons.collections4.bidimap
Subclasses of AbstractIteratorDecorator in org.apache.commons.collections4.bidimap Modifier and Type Class Description protected static classAbstractDualBidiMap.EntrySetIterator<K,V>Inner class EntrySetIterator.protected static classAbstractDualBidiMap.KeySetIterator<K>Inner class KeySetIterator.protected static classAbstractDualBidiMap.ValuesIterator<V>Inner class ValuesIterator. -
Uses of AbstractIteratorDecorator in org.apache.commons.collections4.iterators
Subclasses of AbstractIteratorDecorator in org.apache.commons.collections4.iterators Modifier and Type Class Description classSkippingIterator<E>Decorates another iterator to skip the first N elements. -
Uses of AbstractIteratorDecorator in org.apache.commons.collections4.list
Subclasses of AbstractIteratorDecorator in org.apache.commons.collections4.list Modifier and Type Class Description (package private) static classSetUniqueList.SetListIterator<E>Inner class iterator. -
Uses of AbstractIteratorDecorator in org.apache.commons.collections4.map
Subclasses of AbstractIteratorDecorator in org.apache.commons.collections4.map Modifier and Type Class Description private classAbstractInputCheckedMapDecorator.EntrySetIteratorImplementation of an entry set iterator that checks additions via setValue.private classUnmodifiableEntrySet.UnmodifiableEntrySetIteratorImplementation of an entry set iterator. -
Uses of AbstractIteratorDecorator in org.apache.commons.collections4.multimap
Subclasses of AbstractIteratorDecorator in org.apache.commons.collections4.multimap Modifier and Type Class Description (package private) classAbstractMultiValuedMap.AsMap.AsMapEntrySetIteratorEntrySet iterator for the asMap view. -
Uses of AbstractIteratorDecorator in org.apache.commons.collections4.multiset
Subclasses of AbstractIteratorDecorator in org.apache.commons.collections4.multiset Modifier and Type Class Description protected static classAbstractMapMultiSet.UniqueSetIterator<E>Inner class UniqueSetIterator. -
Uses of AbstractIteratorDecorator in org.apache.commons.collections4.set
Subclasses of AbstractIteratorDecorator in org.apache.commons.collections4.set Modifier and Type Class Description (package private) static classListOrderedSet.OrderedSetIterator<E>Internal iterator handle remove.
-