public class Pair<L,R>
extends Object
-
Constructor Summary
Constructors
-
Method Summary
static final boolean
final boolean
int
-
Constructor Details
-
Pair
public Pair(L left,
R right)
-
Method Details
-
-
-
create
public static <A,
B> Pair<A,B> create(A left,
B right)
-
-
-