Uses of Class
org.apache.commons.collections.iterators.AbstractIteratorDecorator
-
Packages that use AbstractIteratorDecorator Package Description org.apache.commons.collections.bidimap org.apache.commons.collections.buffer This package contains implementations of theBuffer
interface.org.apache.commons.collections.list This package contains implementations of theList
interface.org.apache.commons.collections.map org.apache.commons.collections.set This package contains implementations of theSet
andSortedSet
interfaces. -
-
Uses of AbstractIteratorDecorator in org.apache.commons.collections.bidimap
Subclasses of AbstractIteratorDecorator in org.apache.commons.collections.bidimap Modifier and Type Class Description protected static class
AbstractDualBidiMap.EntrySetIterator
Inner class EntrySetIterator.protected static class
AbstractDualBidiMap.KeySetIterator
Inner class KeySetIterator.protected static class
AbstractDualBidiMap.ValuesIterator
Inner class ValuesIterator. -
Uses of AbstractIteratorDecorator in org.apache.commons.collections.buffer
Subclasses of AbstractIteratorDecorator in org.apache.commons.collections.buffer Modifier and Type Class Description private class
BoundedBuffer.NotifyingIterator
BoundedBuffer iterator. -
Uses of AbstractIteratorDecorator in org.apache.commons.collections.list
Subclasses of AbstractIteratorDecorator in org.apache.commons.collections.list Modifier and Type Class Description (package private) static class
SetUniqueList.SetListIterator
Inner class iterator. -
Uses of AbstractIteratorDecorator in org.apache.commons.collections.map
Subclasses of AbstractIteratorDecorator in org.apache.commons.collections.map Modifier and Type Class Description (package private) static class
AbstractInputCheckedMapDecorator.EntrySetIterator
Implementation of an entry set iterator that checks additions via setValue.(package private) static class
ListOrderedMap.ListOrderedIterator
(package private) static class
UnmodifiableEntrySet.UnmodifiableEntrySetIterator
Implementation of an entry set iterator. -
Uses of AbstractIteratorDecorator in org.apache.commons.collections.set
Subclasses of AbstractIteratorDecorator in org.apache.commons.collections.set Modifier and Type Class Description (package private) static class
ListOrderedSet.OrderedSetIterator
Internal iterator handle remove.
-