protected class Plugin.Engine.Source.ForJarFile.JarEntryIterator extends Object implements Iterator<Plugin.Engine.Source.Element>
| Modifier | Constructor and Description |
|---|---|
protected |
JarEntryIterator(JarFile file)
Creates a new jar entry iterator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Plugin.Engine.Source.Element |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected JarEntryIterator(JarFile file)
file - The jar file to represent.public boolean hasNext()
hasNext in interface Iterator<Plugin.Engine.Source.Element>public Plugin.Engine.Source.Element next()
next in interface Iterator<Plugin.Engine.Source.Element>public void remove()
remove in interface Iterator<Plugin.Engine.Source.Element>Copyright © 2014–2018. All rights reserved.