Klasse FloatPair

java.lang.Object
ch.nolix.core.container.pair.FloatPair

public final class FloatPair extends Object
A FloatPair is not mutable.
Version:
2016-08-01
Autor:
Silvan Wyss
  • Felddetails

  • Methodendetails

    • withValues

      public static FloatPair withValues(double value1, double value2)
      Parameter:
      value1 -
      value2 -
      Gibt zurück:
      a new FloatPair with the given values.
    • equals

      public boolean equals(Object object)
      }
      Setzt außer Kraft:
      equals in Klasse Object
    • getValue1

      public double getValue1()
      Gibt zurück:
      value 1 of the current FloatPair.
    • getValue2

      public double getValue2()
      Gibt zurück:
      value 2 of the current FloatPair.
    • hashCode

      public int hashCode()
      }
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      }
      Setzt außer Kraft:
      toString in Klasse Object