protected static class CFGBuilder.Tuple<A,B,C> extends Object
A
a
B
b
C
c
Tuple(A a, B b)
Tuple(A a, B b, C c)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public final A a
public final B b
public final C c
public Tuple(A a, B b)
public Tuple(A a, B b, C c)
public String toString()
toString
Object