agg.util
Class Pair<E,F>

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

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


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

Field Detail

first

public E first

second

public F second
Constructor Detail

Pair

public Pair(E firstE,
            F secondF)