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

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

public final class FloatPrefEditorField<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(float 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(float value)


Copyright © 2010-2012. All Rights Reserved.