public class Tuple<X,Y>
extends Object
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
of
public static <X,
Y> Tuple<X,Y> of(X x,
Y y)
-
-