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