public class Pair<A,B> extends Object
A
fst
B
snd
Pair(A fst, B snd)
boolean
equals(Object other)
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public final A fst
public final B snd
public Pair(A fst, B snd)
public int hashCode()
hashCode
Object
public boolean equals(Object other)
equals
public String toString()
toString