Home » openjdk-7 » com.sun.tools » javac » util » [javadoc | source]
com.sun.tools.javac.util
public class: Pair [javadoc | source]
java.lang.Object
   com.sun.tools.javac.util.Pair
A generic class for pairs.

This is NOT part of any supported API. 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
public final  A fst     
public final  B snd     
Constructor:
 public Pair(A fst,
    B snd) 
Method from com.sun.tools.javac.util.Pair Summary:
equals,   hashCode,   of,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sun.tools.javac.util.Pair Detail:
 public boolean equals(Object other) 
 public int hashCode() 
 public static Pair<A, B> of(A a,
    B b) 
 public String toString()