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