Uses of Class
org.apache.commons.collections4.iterators.AbstractUntypedIteratorDecorator
Packages that use AbstractUntypedIteratorDecorator
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 AbstractUntypedIteratorDecorator in org.apache.commons.collections4.bidimap
Subclasses of AbstractUntypedIteratorDecorator 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 AbstractUntypedIteratorDecorator in org.apache.commons.collections4.iterators
Modifier and TypeClassDescriptionclass
Provides basic behaviour for decorating an iterator with extra functionality.class
Decorates 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 class
Inner class iterator. -
Uses of AbstractUntypedIteratorDecorator in org.apache.commons.collections4.map
Subclasses of AbstractUntypedIteratorDecorator in org.apache.commons.collections4.mapModifier and TypeClassDescriptionprivate class
Implementation of an entry set iterator that checks additions via setValue.(package private) static class
private class
Implementation of 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) class
EntrySet 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 class
Inner 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 class
Internal iterator handle remove.