T - type which needs to be adaptedpublic abstract class BaseFloatTypeAdapter<T> extends java.lang.Object implements StoreBoxTypeAdapter<T,java.lang.Float>
StoreBoxTypeAdapter which should be extended in order to provide
an adapter implementation for storing T as a Float.| Modifier and Type | Field and Description |
|---|---|
protected float |
DEFAULT |
| Constructor and Description |
|---|
BaseFloatTypeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Float |
getDefaultValue() |
StoreType |
getStoreType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadaptForPreferences, adaptFromPreferencespublic final StoreType getStoreType()
getStoreType in interface StoreBoxTypeAdapter<T,java.lang.Float>public java.lang.Float getDefaultValue()
getDefaultValue in interface StoreBoxTypeAdapter<T,java.lang.Float>