-
Constructor Summary
Constructors
Constructor |
Description |
Pair(A first,
B second) |
|
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
public Pair(
A first,
B second)
-
Method Details
-
-
-
public static <A,
B> Pair<A,B> of(
A a,
B b)