A
B
Triple
public class Pair<A,B> extends Object
Pair(A first, B second)
protected boolean
canEqual(Object other)
boolean
equals(Object o)
getFirst()
getSecond()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Pair(A first, B second)
public boolean equals(Object o)
equals
Object
protected boolean canEqual(Object other)
public int hashCode()
hashCode
public String toString()
toString
public A getFirst()
public B getSecond()