private static class BaseConstructor.RecursiveTuple<T,K> extends java.lang.Object
private T
_1
private K
_2
RecursiveTuple(T _1, K _2)
T
_1()
K
_2()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private final T _1
private final K _2
public RecursiveTuple(T _1, K _2)
public K _2()
public T _1()