public interface ResourceIterator extends Iterator<ArchiveEntry>
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
ArchiveEntry |
next() |
boolean hasNext()
hasNext
in interface Iterator<ArchiveEntry>
ArchiveEntry next()
next
in interface Iterator<ArchiveEntry>
Copyright © 2001-2014 Codehaus. All Rights Reserved.