protected class Plugin.Engine.Source.Origin.ForJarFile.JarFileIterator extends Object implements Iterator<Plugin.Engine.Source.Element>
| Modifier | Constructor and Description |
|---|---|
protected |
JarFileIterator(Enumeration<JarEntry> enumeration)
Creates a new jar file 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 JarFileIterator(Enumeration<JarEntry> enumeration)
enumeration - The represented enumeration.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–2023. All rights reserved.