| Constructor and Description | 
|---|
FileIterator(org.apache.tools.ant.Project project,
            Iterator<org.apache.tools.ant.types.FileSet> fileSetIterator)  | 
FileIterator(org.apache.tools.ant.Project project,
            Iterator<org.apache.tools.ant.types.FileSet> fileSetIterator,
            boolean iterateDirectories)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
hasNext()  | 
Object | 
next()  | 
void | 
remove()
throws UnsupportedOperationException 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic FileIterator(org.apache.tools.ant.Project project,
                    Iterator<org.apache.tools.ant.types.FileSet> fileSetIterator)
public FileIterator(org.apache.tools.ant.Project project,
                    Iterator<org.apache.tools.ant.types.FileSet> fileSetIterator,
                    boolean iterateDirectories)
public boolean hasNext()
public Object next()