public static class DirContentSource.Iterator extends Object implements Iterator<File>
DirContentSource.Iterator(File f)
int
getCount()
boolean
hasNext()
File
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DirContentSource.Iterator(File f)
public int getCount()
public boolean hasNext()
hasNext
Iterator<File>
public File next()
next
public void remove()
remove