Package org.codehaus.plexus.archiver
Interface ResourceIterator
- All Superinterfaces:
Iterator<ArchiveEntry>
-
Method Summary
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Method Details
-
hasNext
boolean hasNext()- Specified by:
hasNext
in interfaceIterator<ArchiveEntry>
-
next
ArchiveEntry next()- Specified by:
next
in interfaceIterator<ArchiveEntry>
-