public interface FileIterator extends UIterator
| Modifier and Type | Field and Description |
|---|---|
static FileIterator |
EMPTY_FILE_ITERATOR |
static final FileIterator EMPTY_FILE_ITERATOR
File nextFile() throws IOException
IOExceptionboolean hasNext()
throws IOException
hasNext in interface UIteratorIOExceptionObject next() throws IOException
next in interface UIteratorIOExceptionvoid remove()
throws IOException
remove in interface UIteratorIOExceptionvoid close()
throws IOException
ClosableResourceclose in interface ClosableResourceclose in interface UIteratorIOException