private class ArrayTriple.TheIterator extends java.lang.Object implements java.util.Iterator<E>
Modifier and Type | Field and Description |
---|---|
private int |
i |
Modifier | Constructor and Description |
---|---|
private |
TheIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
E |
next() |
void |
remove() |
private int i
private TheIterator()