Iterator<Archive.Entry>public class ArchiveIterator extends Object implements Iterator<Archive.Entry>
| Constructor | Description |
|---|---|
ArchiveIterator(Archive archive,
Iterator<String> classes) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasNext() |
|
Archive.Entry |
next() |
|
void |
remove() |
forEachRemainingpublic boolean hasNext()
hasNext in interface Iterator<Archive.Entry>public Archive.Entry next()
next in interface Iterator<Archive.Entry>public void remove()
remove in interface Iterator<Archive.Entry>Copyright © 2005–2018. All rights reserved.