public class ArchiveIterator extends Object implements Iterator<Archive.Entry>
| Constructor and Description |
|---|
ArchiveIterator(Archive archive,
Iterator<String> classes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Archive.Entry |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic 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–2020 The Apache Software Foundation. All rights reserved.