public class Pair<V1,V2>
extends Object
Simple pair class for multiple returns.
-
Field Summary
Fields
The first element in the pair.
The second element in the pair.
-
Method Summary
boolean
int
static <V1,
V2> Pair<V1,V2>
-
Field Details
-
first
The first element in the pair.
-
second
The second element in the pair.
-
Method Details
-
of
public static <V1,
V2> Pair<V1,V2> of(V1 v1,
V2 v2)
-
-
-