public class Pair<L,R>
extends Object
-
Constructor Summary
Constructors
-
Method Summary
protected boolean
boolean
int
-
Constructor Details
-
Pair
public Pair(L left,
R right)
-
Method Details
-
empty
public static <L,
R> Pair<L,R> empty()
-
-
-
-
canEqual
protected boolean canEqual(Object other)
-
-