Package me.hsgamer.topper.storage.number
Interface FlatNumberEntryConverter<K>
-
- All Superinterfaces:
FlatEntryConverter<K,Double>
public interface FlatNumberEntryConverter<K> extends FlatEntryConverter<K,Double>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default StringtoRawValue(Double object)default DoubletoValue(String object)-
Methods inherited from interface me.hsgamer.topper.storage.simple.converter.FlatEntryConverter
toKey, toRawKey
-
-
-
-
Method Detail
-
toValue
default Double toValue(String object)
- Specified by:
toValuein interfaceFlatEntryConverter<K,Double>
-
toRawValue
default String toRawValue(Double object)
- Specified by:
toRawValuein interfaceFlatEntryConverter<K,Double>
-
-