public class Pair<T,U>
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Pair
public Pair(T first,
U second)
-
Method Details
-
of
public static <T,
U> Pair<T,U> of(T first,
U second)
-
-