protected class DirWalker.LocalIterator extends Object implements Iterator<File>
protected int
count
protected File
dir
protected File[]
files
position
DirWalker.LocalIterator(File dirValue)
boolean
hasNext()
File
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected File dir
protected File[] files
protected int count
protected int position
public DirWalker.LocalIterator(File dirValue)
public File next()
next
Iterator<File>
public boolean hasNext()
hasNext
public void remove()
remove