Package ch.nolix.core.datastructure.pair
Klasse FloatPair
java.lang.Object
ch.nolix.core.datastructure.pair.FloatPair
A
FloatPair is not mutable.- Version:
- 2016-08-01
- Autor:
- Silvan Wyss
-
Feldübersicht
Felder -
Methodenübersicht
-
Felddetails
-
DEFAULT_VALUE
public static final double DEFAULT_VALUE- Siehe auch:
-
-
Methodendetails
-
withValues
- Parameter:
value1-value2-- Gibt zurück:
- a new
FloatPairwith the given values.
-
equals
} -
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()} -
toString
}
-