Class ThreeTuple<K,T,G>
java.lang.Object
org.sgrewritten.stargate.container.ThreeTuple<K,T,G>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the first value stored in this three-tupleGets the second value of this three-tupleGets the third value of this three-tupletoString()
-
Constructor Details
-
ThreeTuple
Instantiates a new three-tuple- Parameters:
value1
-The first value to store
value2
-The second value to store
-
-
Method Details
-
getFirstValue
Gets the first value stored in this three-tuple- Returns:
The first value stored in this two-tuple
-
getSecondValue
Gets the second value of this three-tuple- Returns:
The second value of this two-tuple
-
getThirdValue
Gets the third value of this three-tuple- Returns:
The third value of this three-tuple
-
toString
-