com.googlecode.androidannotations.api.sharedpreferences
Class FloatPrefField
java.lang.Object
com.googlecode.androidannotations.api.sharedpreferences.AbstractPrefField
com.googlecode.androidannotations.api.sharedpreferences.FloatPrefField
public final class FloatPrefField
- extends AbstractPrefField
Method Summary |
float |
get()
|
float |
getOr(float defaultValue)
|
void |
put(float value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
get
public float get()
getOr
public float getOr(float defaultValue)
put
public void put(float value)
Copyright © 2010-2013. All Rights Reserved.