public class Pair<A,B>
extends Object
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
Pair
public Pair(A first,
B second)
-
Method Details
-
-
-
-
-
create
public static <A,
B> Pair<A,B> create(A first,
B second)
-
of
public static <A,
B> Pair<A,B> of(A a,
B b)
-