org.apache.xbean.finder.archive
Class ArchiveIterator

java.lang.Object
  extended by org.apache.xbean.finder.archive.ArchiveIterator
All Implemented Interfaces:
Iterator<Archive.Entry>

public class ArchiveIterator
extends Object
implements Iterator<Archive.Entry>

Version:
$Rev$ $Date$

Constructor Summary
ArchiveIterator(Archive archive, Iterator<String> classes)
           
 
Method Summary
 boolean hasNext()
           
 Archive.Entry next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArchiveIterator

public ArchiveIterator(Archive archive,
                       Iterator<String> classes)
Method Detail

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.