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