Class ObjLongPair<A>
java.lang.Object
org.apache.activemq.artemis.api.core.ObjLongPair<A>
- All Implemented Interfaces:
Serializable
A Pair is a holder for 1 object and 'a' being greater or equal than 0.
This is a utility class.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NIL
public static final long NIL- See Also:
-
-
Constructor Details
-
ObjLongPair
-
ObjLongPair
-
-
Method Details
-
hashCode
-
equals
-
toString
-
setA
-
getA
-
setB
public void setB(long b) -
getB
public long getB()
-