Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.collections4.iterators Classes and Interfaces - 44 results found.
NameDescriptionTypePackageFramework
AbstractEmptyMapIteratorProvides an implementation of an empty map iterator.Classorg.apache.commons.collections4.iteratorsApache Commons
AbstractIteratorDecoratorProvides basic behaviour for decorating an iterator with extra functionality.Classorg.apache.commons.collections4.iteratorsApache Commons
AbstractListIteratorDecoratorProvides basic behaviour for decorating a list iterator with extra functionality.Classorg.apache.commons.collections4.iteratorsApache Commons
AbstractMapIteratorDecoratorProvides basic behaviour for decorating a map iterator with extra functionality.Classorg.apache.commons.collections4.iteratorsApache Commons
AbstractOrderedMapIteratorDecoratorProvides basic behaviour for decorating an ordered map iterator with extra functionality.Classorg.apache.commons.collections4.iteratorsApache Commons
AbstractUntypedIteratorDecoratorProvides basic behaviour for decorating an iterator with extra functionality without committing the generic type of the Iterator implementation.Classorg.apache.commons.collections4.iteratorsApache Commons
ArrayIterator The array can be either an array of object or of primitives.Classorg.apache.commons.collections4.iteratorsApache Commons
ArrayListIterator The array can be either an array of object or of primitives.Classorg.apache.commons.collections4.iteratorsApache Commons
BoundedIteratorDecorates another iterator to return elements in a specific range.Classorg.apache.commons.collections4.iteratorsApache Commons
CollatingIteratorProvides an ordered iteration over the elements contained in a collection of Given two ordered Iterator instances A andClassorg.apache.commons.collections4.iteratorsApache Commons
EmptyIteratorProvides an implementation of an empty iterator.Classorg.apache.commons.collections4.iteratorsApache Commons
EmptyListIteratorProvides an implementation of an empty list iterator.Classorg.apache.commons.collections4.iteratorsApache Commons
EmptyMapIteratorProvides an implementation of an empty map iterator.Classorg.apache.commons.collections4.iteratorsApache Commons
EmptyOrderedIteratorProvides an implementation of an empty ordered iterator.Classorg.apache.commons.collections4.iteratorsApache Commons
EmptyOrderedMapIteratorProvides an implementation of an empty ordered map iterator.Classorg.apache.commons.collections4.iteratorsApache Commons
EntrySetMapIterator Reverse iteration is not supported.Classorg.apache.commons.collections4.iteratorsApache Commons
EnumerationIteratorAdapter to make Enumeration instances appear to be Iterator instances.Classorg.apache.commons.collections4.iteratorsApache Commons
FilterIteratorDecorates another Iterator using a predicate to filter elements.Classorg.apache.commons.collections4.iteratorsApache Commons
FilterListIteratorDecorates another ListIterator using a predicate to filter elements.Classorg.apache.commons.collections4.iteratorsApache Commons
IteratorChainAn IteratorChain is an Iterator that wraps a number of Iterators.Classorg.apache.commons.collections4.iteratorsApache Commons
IteratorEnumerationAdapter to make an Iterator instance appear to be an Enumeration instance.Classorg.apache.commons.collections4.iteratorsApache Commons
IteratorIterableAdapter to make an Iterator instance appear to be an Iterable instance.Classorg.apache.commons.collections4.iteratorsApache Commons
LazyIteratorChainAn LazyIteratorChain is an Iterator that wraps a number of Iterators in a lazy manner.Classorg.apache.commons.collections4.iteratorsApache Commons
ListIteratorWrapperConverts an Iterator into a ResettableListIterator.Classorg.apache.commons.collections4.iteratorsApache Commons
LoopingIteratorAn Iterator that restarts when it reaches the end.Classorg.apache.commons.collections4.iteratorsApache Commons
LoopingListIteratorA ListIterator that restarts when it reaches the end or when it reaches the beginning.Classorg.apache.commons.collections4.iteratorsApache Commons
NodeListIteratorAn Iterator over a NodeList.Classorg.apache.commons.collections4.iteratorsApache Commons
ObjectArrayIteratorAn Iterator over an array of objects.Classorg.apache.commons.collections4.iteratorsApache Commons
ObjectArrayListIterator This iterator does not support add(E) or ObjectArrayIterator.Classorg.apache.commons.collections4.iteratorsApache Commons
ObjectGraphIteratorAn Iterator that can traverse multiple iterators down an object graph.Classorg.apache.commons.collections4.iteratorsApache Commons
PeekingIteratorDecorates an iterator to support one-element lookahead while iterating.Classorg.apache.commons.collections4.iteratorsApache Commons
PermutationIteratorThis iterator creates permutations of an input collection, using the Steinhaus-Johnson-Trotter algorithm (also called plain changes).Classorg.apache.commons.collections4.iteratorsApache Commons
PushbackIteratorDecorates an iterator to support pushback of elements.Classorg.apache.commons.collections4.iteratorsApache Commons
ReverseListIteratorIterates backwards through a List, starting with the last element and continuing to the first.Classorg.apache.commons.collections4.iteratorsApache Commons
SingletonIteratorSingletonIterator is an Iterator over a singleSince:2.Classorg.apache.commons.collections4.iteratorsApache Commons
SingletonListIteratorSingletonIterator is an ListIterator over a singleSince:2.Classorg.apache.commons.collections4.iteratorsApache Commons
SkippingIteratorDecorates another iterator to skip the first N elements.Classorg.apache.commons.collections4.iteratorsApache Commons
TransformIteratorDecorates an iterator such that each element returned is transformed.Classorg.apache.commons.collections4.iteratorsApache Commons
UniqueFilterIteratorA FilterIterator which only returns unique Objects.Classorg.apache.commons.collections4.iteratorsApache Commons
UnmodifiableIteratorDecorates an iterator such that it cannot be modified.Classorg.apache.commons.collections4.iteratorsApache Commons
UnmodifiableListIteratorDecorates a list iterator such that it cannot be modified.Classorg.apache.commons.collections4.iteratorsApache Commons
UnmodifiableMapIteratorDecorates a map iterator such that it cannot be modified.Classorg.apache.commons.collections4.iteratorsApache Commons
UnmodifiableOrderedMapIteratorDecorates an ordered map iterator such that it cannot be modified.Classorg.apache.commons.collections4.iteratorsApache Commons
ZippingIteratorProvides an interleaved iteration over the elements contained in a collection of Iterators.Classorg.apache.commons.collections4.iteratorsApache Commons