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