Uses of Class
org.apache.commons.collections4.iterators.AbstractIteratorDecorator
Packages that use AbstractIteratorDecorator
Package
Description
This package contains implementations of the
Iterator interface.This package contains implementations of the
List interface.This package contains implementations of the
MultiValuedMap interfaces.This package contains implementations of the
MultiSet interface.-
Uses of AbstractIteratorDecorator in org.apache.commons.collections4.bidimap
Subclasses of AbstractIteratorDecorator in org.apache.commons.collections4.bidimapModifier and TypeClassDescriptionprotected static classInner class EntrySetIterator.protected static classInner class KeySetIterator.protected static classInner class ValuesIterator. -
Uses of AbstractIteratorDecorator in org.apache.commons.collections4.iterators
Subclasses of AbstractIteratorDecorator in org.apache.commons.collections4.iteratorsModifier and TypeClassDescriptionclassDecorates 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.listModifier and TypeClassDescription(package private) static classInner class iterator. -
Uses of AbstractIteratorDecorator in org.apache.commons.collections4.map
Subclasses of AbstractIteratorDecorator in org.apache.commons.collections4.mapModifier and TypeClassDescriptionprivate classImplementation of an entry set iterator that checks additions via setValue.private classImplementation of an entry set iterator. -
Uses of AbstractIteratorDecorator in org.apache.commons.collections4.multimap
Subclasses of AbstractIteratorDecorator in org.apache.commons.collections4.multimapModifier and TypeClassDescription(package private) classEntrySet iterator for the asMap view. -
Uses of AbstractIteratorDecorator in org.apache.commons.collections4.multiset
Subclasses of AbstractIteratorDecorator in org.apache.commons.collections4.multisetModifier and TypeClassDescriptionprotected static classInner class UniqueSetIterator. -
Uses of AbstractIteratorDecorator in org.apache.commons.collections4.set
Subclasses of AbstractIteratorDecorator in org.apache.commons.collections4.setModifier and TypeClassDescription(package private) static classInternal iterator handle remove.