private class VersionExtended.LoadedLibIterator extends java.lang.Object implements java.util.Iterator<VersionExtended.LoadedLib>
| Modifier and Type | Field and Description |
|---|---|
private int |
index |
private VersionExtended |
wrapper |
| Constructor and Description |
|---|
LoadedLibIterator(VersionExtended wrapper) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Implementation of java.util.Iterator#hasNext().
|
VersionExtended.LoadedLib |
next()
Implementation of java.util.Iterator#next().
|
void |
remove()
Implementation of java.util.Iterator#remove().
|
private final VersionExtended wrapper
private int index
public LoadedLibIterator(VersionExtended wrapper)
public boolean hasNext()
hasNext in interface java.util.Iterator<VersionExtended.LoadedLib>public VersionExtended.LoadedLib next()
next in interface java.util.Iterator<VersionExtended.LoadedLib>public void remove()
remove in interface java.util.Iterator<VersionExtended.LoadedLib>