Uses of Class
org.apache.commons.collections4.iterators.AbstractIteratorDecorator
Packages that use AbstractIteratorDecorator
- 
Uses of AbstractIteratorDecorator in org.apache.commons.collections4.bidimapSubclasses 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.iteratorsSubclasses 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.multisetSubclasses of AbstractIteratorDecorator in org.apache.commons.collections4.multisetModifier and TypeClassDescriptionprotected static classInner class UniqueSetIterator.