protected static class ResourceCollection.JarResourceIterator extends Object implements Iterator<ClasspathResource>
| Constructor and Description |
|---|
JarResourceIterator(JarEntry entry,
JarFile jarFile) |
JarResourceIterator(JarEntry entry,
JarFile jarFile,
int priority) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
ClasspathResource |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic boolean hasNext()
hasNext in interface Iterator<ClasspathResource>public ClasspathResource next()
next in interface Iterator<ClasspathResource>public void remove()
remove in interface Iterator<ClasspathResource>Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.