public class FileIterator
extends java.lang.Object
implements java.util.Iterator<java.io.File>
Modifier and Type | Field and Description |
---|---|
(package private) java.io.File |
dir |
(package private) int |
n |
(package private) FileIterator |
next |
Constructor and Description |
---|
FileIterator(java.io.File nxt) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
java.io.File |
next() |
void |
remove() |
java.io.File dir
int n
FileIterator next
public boolean hasNext()
hasNext
in interface java.util.Iterator<java.io.File>
public java.io.File next()
next
in interface java.util.Iterator<java.io.File>
public void remove()
remove
in interface java.util.Iterator<java.io.File>