Class LongTuple2

java.lang.Object
net.thevpc.common.util.LongTuple2

public class LongTuple2 extends Object
Author:
thevpc
  • Constructor Details

    • LongTuple2

      public LongTuple2(int value1, int value2)
  • Method Details

    • getValue1

      public long getValue1()
    • getValue2

      public long getValue2()
    • hashCode

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object