| Modifier and Type | Field and Description |
|---|---|
private File |
file
Current processing file.
|
| Modifier | Constructor and Description |
|---|---|
private |
FilesIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Returns true if there are more files on files archive.
|
File |
next()
Get next file from archive.
|
void |
remove()
File remove from archive not supported.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprivate File file
public boolean hasNext()
public void remove()
remove in interface Iterator<File>UnsupportedOperationException - always since remove is not supported.Copyright © 2018. All rights reserved.