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
}double
double
int
hashCode()
}toString()
}static FloatingPointNumberPair
withValues
(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
FloatingPointNumberPair
with 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
}
-