contextFold.common
Class Pair<T1,T2>

java.lang.Object
  extended by contextFold.common.Pair<T1,T2>

public class Pair<T1,T2>
extends java.lang.Object


Field Summary
 T1 first
           
 T2 second
           
 
Constructor Summary
Pair(T1 first, T2 second)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

first

public T1 first

second

public T2 second
Constructor Detail

Pair

public Pair(T1 first,
            T2 second)