public class Twople<A,B> extends Tuple implements HasTwople<A,B>
static int
SIZE
Twople()
Twople(A a, B b)
A
getOne()
B
getTwo()
equals, get, getLength, hashCode, set, set, toString, toTuple
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static int SIZE
public Twople()
public Twople(A a, B b)
public A getOne()
getOne
HasOneple<A>
public B getTwo()
getTwo
HasTwople<A,B>
Copyright © 2020. All rights reserved.