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
MultiSet
interface.-
Uses of AbstractIteratorDecorator in org.apache.commons.collections4.bidimap
Subclasses of AbstractIteratorDecorator in org.apache.commons.collections4.bidimapModifier and TypeClassDescriptionprotected static class
Inner class EntrySetIterator.protected static class
Inner class KeySetIterator.protected static class
Inner class ValuesIterator. -
Uses of AbstractIteratorDecorator in org.apache.commons.collections4.iterators
Subclasses of AbstractIteratorDecorator in org.apache.commons.collections4.iteratorsModifier and TypeClassDescriptionclass
Decorates another iterator to skip the first N elements. -
Uses of AbstractIteratorDecorator in org.apache.commons.collections4.multiset
Subclasses of AbstractIteratorDecorator in org.apache.commons.collections4.multisetModifier and TypeClassDescriptionprotected static class
Inner class UniqueSetIterator.