-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum DoubleRepresentation extends Enum<DoubleRepresentation>
Representation possibilities for Double, because SharedPreferences don't have
getDoubleorputDoublemethods.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description FLOATDouble will be encoded as and decoded from Float. Note, that precision will be lost.
LONG_BITSDouble will be encoded as and decoded from Long using Double.toBits and Double.Companion.fromBits
STRINGDouble will be encoded as and decoded from String using Double.toString and String.toDouble
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-