Package ch.nolix.core.container.pair
Klasse FloatingPointNumberPair
java.lang.Object
ch.nolix.core.container.pair.FloatingPointNumberPair
A
FloatingPointNumberPair is not mutable.- Version:
- 2016-08-01
- Autor:
- Silvan Wyss
-
Feldübersicht
Felder -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean}doubledoubleinthashCode()}toString()}static FloatingPointNumberPairwithValues(double value1, double value2)
-
Felddetails
-
DEFAULT_VALUE
public static final double DEFAULT_VALUE- Siehe auch:
-
-
Methodendetails
-
withValues
- Parameter:
value1-value2-- Gibt zurück:
- a new
FloatingPointNumberPairwith the given values.
-
equals
} -
getValue1
public double getValue1()- Gibt zurück:
- value 1 of the current
FloatingPointNumberPair.
-
getValue2
public double getValue2()- Gibt zurück:
- value 2 of the current
FloatingPointNumberPair.
-
hashCode
public int hashCode()} -
toString
}
-