Class Pair<A,B>
java.lang.Object
org.apache.activemq.artemis.api.core.Pair<A,B>
- All Implemented Interfaces:
Serializable
A Pair is a holder for 2 objects.
This is a utility class.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Pair
-
-
Method Details
-
hashCode
-
equals
-
toString
-
setA
-
getA
-
setB
-
getB
-