org.avis.util
Class Pair<T1,T2>

java.lang.Object
  extended by org.avis.util.Pair<T1,T2>

public class Pair<T1,T2>
extends Object

A pair items.

Author:
Matthew Phillips

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

Field Detail

item1

public T1 item1

item2

public T2 item2
Constructor Detail

Pair

public Pair(T1 item1,
            T2 item2)


Copyright © 2008 Matthew Phillips. All Rights Reserved.