com.googlecode.androidannotations.api.sharedpreferences
Class IntPrefEditorField<T extends EditorHelper<T>>

java.lang.Object
  extended by com.googlecode.androidannotations.api.sharedpreferences.AbstractPrefEditorField<T>
      extended by com.googlecode.androidannotations.api.sharedpreferences.IntPrefEditorField<T>

public final class IntPrefEditorField<T extends EditorHelper<T>>
extends AbstractPrefEditorField<T>


Field Summary
 
Fields inherited from class com.googlecode.androidannotations.api.sharedpreferences.AbstractPrefEditorField
editorHelper, key
 
Method Summary
 T put(int value)
           
 
Methods inherited from class com.googlecode.androidannotations.api.sharedpreferences.AbstractPrefEditorField
remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

put

public T put(int value)


Copyright © 2010-2012. All Rights Reserved.