Package utils
Class Pair<F,S>
java.lang.Object
utils.Pair<F,S>
- Type Parameters:
F
- the type of the first elementS
- the type of the second element
Generic parameterized pair.
- Author:
- woodser
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Pair
-
-
Method Details
-
getFirst
-
setFirst
-
getSecond
-
setSecond
-