cakoose.util
Class Pair<A,B>

java.lang.Object
  extended by cakoose.util.Pair<A,B>

public final class Pair<A,B>
extends Object


Field Summary
 A left
           
 B right
           
 
Method Summary
static
<A,B> Pair<A,B>
mk(A left, B right)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

left

public final A left

right

public final B right
Method Detail

mk

public static <A,B> Pair<A,B> mk(A left,
                                 B right)

toString

public String toString()
Overrides:
toString in class Object