Tuple
public final class BiTuple<A,B> extends Object implements Tuple
A
factA
B
factB
BavetTupleState
state
Object[]
store
BiTuple(A factA, B factB, int storeSize)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public final A factA
public final B factB
public final Object[] store
public BavetTupleState state
public BiTuple(A factA, B factB, int storeSize)
public String toString()
toString
Object