Class TwoTuple<K,T>
java.lang.Object
org.sgrewritten.stargate.container.TwoTuple<K,T>
- Type Parameters:
K
-The type of the first tuple value
T
-The type of the second tuple value
Just a small container class for storing two values
- Author:
- Kristian
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the first value stored in this two-tupleGets the second value of this two-tupletoString()
-
Constructor Details
-
TwoTuple
Instantiates a new two-tuple- Parameters:
value1
-The first value to store
value2
-The second value to store
-
-
Method Details