public class Pair<A,B>
extends Object
-
Constructor Summary
Constructors
-
Method Summary
boolean
int
boolean
void
void
void
-
-
Method Details
-
-
of
public static <A,
B> Pair<A,B> of(A a,
B b)
-
-
-
-
setFirst
public void setFirst(A a)
-
-
-
-
-
-
-
matchOr
public boolean matchOr(Object o)
-
-
-