public class Triple<E> extends java.lang.Object
E
first
second
third
Triple(E first, E second, E third)
elementAt(int index)
boolean
equals(de.pado.sigf.Observation<E> otherObs)
first()
second()
int
size()
third()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public E first
public E second
public E third
public Triple(E first, E second, E third)
public int size()
public E first()
public E second()
public E third()
public E elementAt(int index)
public boolean equals(de.pado.sigf.Observation<E> otherObs)