public class Tuple2<A,B> extends Object
protected boolean
canEqual(Object other)
boolean
equals(Object o)
A
getA()
B
getB()
int
hashCode()
static <A,B>Tuple2<A,B>
of(A a, B b)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static <A,B> Tuple2<A,B> of(A a, B b)
public A getA()
public B getB()
public boolean equals(Object o)
equals
Object
protected boolean canEqual(Object other)
public int hashCode()
hashCode
public String toString()
toString