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