Package org.ddogleg.struct
Class Tuple3<A,B,C>
java.lang.Object
org.ddogleg.struct.Tuple3<A,B,C>
Simple data structure for passing a triple of data.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns d0 but performs a null check firstReturns d1 but performs a null check firstReturns d2 but performs a null check first
-
Field Details
-
d0
-
d1
-
d2
-
-
Constructor Details
-
Tuple3
-
Tuple3
public Tuple3()
-
-
Method Details
-
getCheckD0
Returns d0 but performs a null check first -
getCheckD1
Returns d1 but performs a null check first -
getCheckD2
Returns d2 but performs a null check first
-