Class IntTuple2

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

public class IntTuple2 extends Object
Author:
thevpc
  • Constructor Details

    • IntTuple2

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

    • getValue1

      public int getValue1()
    • getValue2

      public int 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