Class ObjLongPair<A>
- java.lang.Object
-
- org.apache.activemq.artemis.api.core.ObjLongPair<A>
-
- All Implemented Interfaces:
Serializable
public class ObjLongPair<A> extends Object implements Serializable
A Pair is a holder for 1 object and 'a' being greater or equal than 0.This is a utility class.
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static long
NIL
-
Constructor Summary
Constructors Constructor Description ObjLongPair(A a)
ObjLongPair(A a, long b)
-
-
-
Field Detail
-
NIL
public static final long NIL
- See Also:
- Constant Field Values
-
-