public class Pair<F,S>
extends Object
-
Field Summary
Fields
(package private) final F
(package private) final S
-
Constructor Summary
Constructors
-
Method Summary
-
-
Constructor Details
-
Pair
public Pair(F first,
S second)
-
Method Details
-
-
-
make
public static <T,
V> Pair<T,V> make(T f,
V s)
-
-
-