Class DoubleTuple2

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

public class DoubleTuple2 extends Object
Author:
thevpc
  • Constructor Details

    • DoubleTuple2

      public DoubleTuple2(double value1, double value2)
  • Method Details

    • getValue1

      public double getValue1()
    • getValue2

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