Package org.cip4.jdflib.util
Class MyPair<aData,bData>
java.lang.Object
org.cip4.jdflib.util.MyPair<aData,bData>
- Type Parameters:
aData- datatype of abData- datatype of b
trivial typesafe pair class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
a
the aData value -
b
the bData value
-
-
Constructor Details
-
MyPair
- Parameters:
ap- aData valuebp- bData value
-
-
Method Details