Class Pair<L,R>
java.lang.Object
com.datdeveloper.datmoddingapi.collections.Pair<L,R>
- Type Parameters:
L- the type of the left handR- the type of the right hand
Deprecated.
A simple container for 2 values
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.voidsetLeftHand(L leftHand) Deprecated.voidsetRightHand(R rightHand) Deprecated.
-
Constructor Details
-
Pair
Deprecated.- Parameters:
leftHand- The left hand value of the pairrightHand- The right hand value of the pair
-
-
Method Details
-
getLeftHand
Deprecated. -
getRightHand
Deprecated. -
setLeftHand
Deprecated. -
setRightHand
Deprecated.
-
Pairinstead