Package net.md_5.specialsource.util
Class Pair2<F,S>
java.lang.Object
net.md_5.specialsource.util.Pair2<F,S>
- Type Parameters:
F- type of first elementS- type of second element
A class representing a set of 2 objects as defined by the type parameters.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
first
-
second
-
-
Constructor Details
-
Pair2
public Pair2()
-