class ArrayTriple<E> extends java.lang.Object implements Triple<E>
| Modifier and Type | Class and Description |
|---|---|
private class |
ArrayTriple.TheIterator |
| Constructor and Description |
|---|
ArrayTriple(E one,
E two,
E three) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<E> |
iterator() |