Package org.codehaus.commons.compiler.util.iterator
package org.codehaus.commons.compiler.util.iterator
-
ClassDescriptionAn
Iterator<File>that finds regular files who's names areacceptedby the fileNameFilter and exist in the given rootDirectory, or exist in any subdirectory of the rootDirectory that isacceptedby the directoryNameFilter.Indicates thatFile.listFiles()returnednullfor a particular directory.AnIteratorthat iterates over the elements of anEnumeration.AnListIteratorthat retrieves its elements from a delegateListIterator.ACollectionthat lazily reads its elements from anIterator.AnIteratorthat iterates over a delegate, which produces arrays,Collections,Enumerations orIterators.AListIteratorthat reverses the direction of all operations of a delegateListIterator.TransformingIterator<T1,T2> AnIteratorthat transforms its elements on-the-fly.AnIteratorthat iterates over a delegate, and while it encounters an array, aCollection, anEnumerationor aIteratorelement, it iterates over it recursively.Thrown byMultiDimensionalIteratorto indicate that it has encountered an element that cannot be iterated.