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, wait
forEachRemaining
public 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–2014. All rights reserved.