F
S
public class Pair<F,S> extends Object
first
second
Pair(F first, S second)
static <A,B> Pair<A,B>
create(A a, B b)
boolean
equals(Object o)
int
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public final F first
public final S second
public Pair(F first, S second)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public static <A,B> Pair<A,B> create(A a, B b)