com.jpemartin.jgt
Class Pair<T>

java.lang.Object
  extended by com.jpemartin.jgt.Pair<T>

public class Pair<T>
extends java.lang.Object

Your standard templated pair


Field Summary
 T _a
           
 T _b
           
 
Constructor Summary
Pair(T a, T b)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_a

public T _a

_b

public T _b
Constructor Detail

Pair

public Pair(T a,
            T b)