org.javalid.core.support
Class TuplePair<T,V>

java.lang.Object
  extended by org.javalid.core.support.TuplePair<T,V>
All Implemented Interfaces:
java.io.Serializable

public class TuplePair<T,V>
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
TuplePair(T one, V two)
           
 
Method Summary
 T getOne()
           
 V getTwo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TuplePair

public TuplePair(T one,
                 V two)
Method Detail

getOne

public T getOne()

getTwo

public V getTwo()