Uses of Class
org.solovyev.android.prefs.CollectionToStringPreference

Packages that use CollectionToStringPreference
org.solovyev.android.prefs   
 

Uses of CollectionToStringPreference in org.solovyev.android.prefs
 

Methods in org.solovyev.android.prefs that return CollectionToStringPreference
static
<T> CollectionToStringPreference<List<T>,T>
CollectionToStringPreference.forList(String key, List<T> defaultValue, org.solovyev.common.text.Mapper<List<T>> mapper)
           
static CollectionToStringPreference<List<String>,String> CollectionToStringPreference.forStringList(String key, List<String> defaultValue)
           
static
<T> CollectionToStringPreference<List<T>,T>
CollectionToStringPreference.forTypedList(String key, List<T> defaultValue, org.solovyev.common.text.Mapper<T> mapper)
           
 



Copyright © 2014 se.solovyev. All Rights Reserved.