private class DefaultVersionFilterContext.VersionIterator extends java.lang.Object implements java.util.Iterator<Version>
Modifier and Type | Field and Description |
---|---|
private int |
count |
private int |
index |
private int |
next |
private int |
size |
private java.util.List<Version> |
versions |
Constructor and Description |
---|
VersionIterator() |
Modifier and Type | Method and Description |
---|---|
private void |
advance() |
boolean |
hasNext() |
Version |
next() |
void |
remove() |
java.lang.String |
toString() |
private final java.util.List<Version> versions
private final int size
private int count
private int index
private int next
private void advance()
public boolean hasNext()
hasNext
in interface java.util.Iterator<Version>
public void remove()
remove
in interface java.util.Iterator<Version>
public java.lang.String toString()
toString
in class java.lang.Object