com.satline.util
Class Pair<E,F>

java.lang.Object
  extended by com.satline.util.Pair<E,F>

public class Pair<E,F>
extends java.lang.Object


Field Summary
 E left
           
 F right
           
 
Constructor Summary
Pair()
           
Pair(E left, F right)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

left

public E left

right

public F right
Constructor Detail

Pair

public Pair()

Pair

public Pair(E left,
            F right)


Copyright © 2007 null. All Rights Reserved.