org.rococoa.internal
Class Pair<T1,T2>

java.lang.Object
  extended by org.rococoa.internal.Pair<T1,T2>

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


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

Field Detail

a

public final T1 a

b

public final T2 b
Constructor Detail

Pair

public Pair(T1 a,
            T2 b)


Copyright © 2009. All Rights Reserved.