public class ArchiveIterator extends Object implements Iterator<Archive.Entry>
| Constructor and Description |
|---|
ArchiveIterator(Archive archive,
Iterator<String> classes) |
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-2013 The Apache Software Foundation. All Rights Reserved.