org.apache.xbean.finder.archive
Class ArchiveIterator
java.lang.Object
org.apache.xbean.finder.archive.ArchiveIterator
- All Implemented Interfaces:
- Iterator<Archive.Entry>
public class ArchiveIterator
- extends Object
- implements Iterator<Archive.Entry>
- Version:
- $Rev$ $Date$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArchiveIterator
public ArchiveIterator(Archive archive,
Iterator<String> classes)
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<Archive.Entry>
next
public Archive.Entry next()
- Specified by:
next in interface Iterator<Archive.Entry>
remove
public void remove()
- Specified by:
remove in interface Iterator<Archive.Entry>
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.