Class Pair<A,B>
java.lang.Object
gaiasky.util.Pair<A,B>
- Type Parameters:
A- The first object type.B- The second object type.
Data type that holds two objects.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Pair
-
-
Method Details
-
hashCode
-
equals
-
toString
-
set
-
getFirst
-
setFirst
-
getSecond
-
setSecond
-