treebolic.control
Class Pair<T>

java.lang.Object
  extended by treebolic.control.Pair<T>

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

Pair

Author:
Bernard Bou

Field Summary
 T theFirst
           
 T theSecond
           
 
Constructor Summary
Pair(T thisFirst, T thisSecond)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theFirst

public T theFirst

theSecond

public T theSecond
Constructor Detail

Pair

public Pair(T thisFirst,
            T thisSecond)