- Direct Known Subclasses:
SamePair
public class Pair<E,F>
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
<G> G
apply(java.util.function.BiFunction<E,F,G> function)
boolean
int
-
-
Constructor Details
-
Pair
public Pair(E first,
F second)
-
Method Details
-
of
public static <A,
B> Pair<A,B> of(A first,
B second)
-
-
-
-
apply
public <G> G apply(java.util.function.BiFunction<E,F,G> function)
-
-