| java.lang.Object com.sun.tools.javac.util.Pair
Pair | public class Pair (Code) | | A generic class for pairs.
This is NOT part of any API supported by Sun Microsystems. If
you write code that depends on this, you do so at your own risk.
This code and its internal interfaces are subject to change or
deletion without notice.
|
Field Summary | |
final public A | fst | final public B | snd |
Constructor Summary | |
public | Pair(A fst, B snd) |
Pair | public Pair(A fst, B snd)(Code) | | |
hashCode | public int hashCode()(Code) | | |
|
|