Package org.codehaus.commons.compiler.util.iterator
package org.codehaus.commons.compiler.util.iterator
-
ClassDescriptionAn
Iterator<File>
that finds regular files who's names areaccepted
by the fileNameFilter and exist in the given rootDirectory, or exist in any subdirectory of the rootDirectory that isaccepted
by the directoryNameFilter.Indicates thatFile.listFiles()
returnednull
for a particular directory.AnIterator
that iterates over the elements of anEnumeration
.AnListIterator
that retrieves its elements from a delegateListIterator
.ACollection
that lazily reads its elements from anIterator
.AnIterator
that iterates over a delegate, which produces arrays,Collection
s,Enumeration
s orIterator
s.AListIterator
that reverses the direction of all operations of a delegateListIterator
.TransformingIterator<T1,T2> AnIterator
that transforms its elements on-the-fly.AnIterator
that iterates over a delegate, and while it encounters an array, aCollection
, anEnumeration
or aIterator
element, it iterates over it recursively.Thrown byMultiDimensionalIterator
to indicate that it has encountered an element that cannot be iterated.