Package org.apache.xbean.finder.archive
Class JarArchive.JarIterator
java.lang.Object
org.apache.xbean.finder.archive.JarArchive.JarIterator
- All Implemented Interfaces:
Iterator<Archive.Entry>
- Enclosing class:
JarArchive
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
stream
-
next
-
-
Constructor Details
-
JarIterator
private JarIterator()
-
-
Method Details
-
advance
private boolean advance() -
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<Archive.Entry>
-
next
- Specified by:
next
in interfaceIterator<Archive.Entry>
-
remove
public void remove()- Specified by:
remove
in interfaceIterator<Archive.Entry>
-