org.codeartisans.java.toolbox
Class Pair<T>

java.lang.Object
  extended by org.codeartisans.java.toolbox.Couple<T,T>
      extended by org.codeartisans.java.toolbox.Pair<T>

public class Pair<T>
extends Couple<T,T>


Constructor Summary
Pair(T left, T right)
           
 
Method Summary
 
Methods inherited from class org.codeartisans.java.toolbox.Couple
left, right
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pair

public Pair(T left,
            T right)


Copyright © 2010. All Rights Reserved.