Class 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
    • Constructor Detail

      • ObjLongPair

        public ObjLongPair​(A a,
                           long b)
      • ObjLongPair

        public ObjLongPair​(A a)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • setA

        public void setA​(A a)
      • getA

        public A getA()
      • setB

        public void setB​(long b)
      • getB

        public long getB()