public class Pair<F,S> extends Object
boolean
equals(Object obj)
F
getFirst()
S
getSecond()
int
hashCode()
static <F,S> Pair<F,S>
make(F fst, S snd)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public boolean equals(Object obj)
equals
Object
public F getFirst()
public S getSecond()
public int hashCode()
hashCode
public static <F,S> Pair<F,S> make(F fst, S snd)
public String toString()
toString
Copyright © 2012 Aarhus University