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

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

public final class LongPrefEditorField<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(long 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(long value)


Copyright © 2010-2012. All Rights Reserved.