public class FileIterator extends Object implements Iterator<File>
FileIterator(File nxt)
boolean
hasNext()
File
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FileIterator(File nxt)
public boolean hasNext()
hasNext
Iterator<File>
public File next()
next
public void remove()
remove
Copyright © 2016 aQute SARL. All Rights Reserved.