public interface ResourceIterator extends Iterator<ArchiveEntry>
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
ArchiveEntry |
next() |
forEachRemaining, removeboolean hasNext()
hasNext in interface Iterator<ArchiveEntry>ArchiveEntry next()
next in interface Iterator<ArchiveEntry>Copyright © 2001–2020 Codehaus Plexus. All rights reserved.