public class Pair<A,B>
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
-
-
Constructor Details
-
-
Pair
public Pair(A first,
B second)
-
Method Details
-
-
setFirst
public void setFirst(A first)
-
-
setSecond
public void setSecond(B second)
-
-
-
-
create
public static <A,
B> Pair<A,B> create(A first,
B second)