Uses of Class
org.apache.commons.collections4.iterators.AbstractUntypedIteratorDecorator
Packages that use AbstractUntypedIteratorDecorator
Package
Description
Implements the
Iterator interface.Implements the
List interface.Implements the
MultiValuedMap interfaces.Implements the
MultiSet interface.-
Uses of AbstractUntypedIteratorDecorator in org.apache.commons.collections4.bidimap
Subclasses of AbstractUntypedIteratorDecorator in org.apache.commons.collections4.bidimapModifier and TypeClassDescriptionprotected static classInner class EntrySetIterator.protected static classInner class KeySetIterator.protected static classInner class ValuesIterator. -
Uses of AbstractUntypedIteratorDecorator in org.apache.commons.collections4.iterators
Modifier and TypeClassDescriptionclassProvides basic behavior for decorating an iterator with extra functionality.classDecorates another iterator to skip the first N elements. -
Uses of AbstractUntypedIteratorDecorator in org.apache.commons.collections4.list
Subclasses of AbstractUntypedIteratorDecorator in org.apache.commons.collections4.listModifier and TypeClassDescription(package private) static classInner class iterator. -
Uses of AbstractUntypedIteratorDecorator in org.apache.commons.collections4.map
Subclasses of AbstractUntypedIteratorDecorator in org.apache.commons.collections4.mapModifier and TypeClassDescriptionprivate final classImplements an entry set iterator that checks additions via setValue.(package private) static classprivate final classImplements an entry set iterator. -
Uses of AbstractUntypedIteratorDecorator in org.apache.commons.collections4.multimap
Subclasses of AbstractUntypedIteratorDecorator in org.apache.commons.collections4.multimapModifier and TypeClassDescription(package private) final classEntrySet iterator for the asMap view. -
Uses of AbstractUntypedIteratorDecorator in org.apache.commons.collections4.multiset
Subclasses of AbstractUntypedIteratorDecorator in org.apache.commons.collections4.multisetModifier and TypeClassDescriptionprotected static classInner class UniqueSetIterator. -
Uses of AbstractUntypedIteratorDecorator in org.apache.commons.collections4.set
Subclasses of AbstractUntypedIteratorDecorator in org.apache.commons.collections4.setModifier and TypeClassDescription(package private) static classInternal iterator handle remove.