Package org.codehaus.janino.util.iterator
package org.codehaus.janino.util.iterator
Some generic
Iterator-related helper classes.-
ClassDescriptionAn
Iteratorthat finds the normalFiles who's names areacceptedby thefileNameFilterand that exist in the givenrootDirectory, and those that exist in all subdirectories of therootDirectorywho's names areFilenameFilter.accept(java.io.File, java.lang.String)ed by thedirectoryNameFilterAnIteratorthat 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.AnIteratorthat transforms its elements on-the-fly.AnIteratorthat iterates over a delegate, and while it encounters an array, aCollection, anEnumerationor aIteratorelement, it iterates into it recursively.Thrown byMultiDimensionalIteratorto indicate that it has encountered an element that cannot be iterated.