-
- All Implemented Interfaces:
public class BundleHelperInternal use only.
-
-
Method Summary
Modifier and Type Method Description static <V extends Parcelable> BundlemapToBundle(Map<String, V> map)static <V extends Parcelable> List<Bundle>mapListToBundleList(List<Map<String, V>> mapList)static <V extends Parcelable> HashMap<String, V>bundleToMap(Bundle bundle, ClassLoader classLoader)static <V extends Parcelable> HashMap<String, V>bundleToMap(Bundle bundle)static <V extends Parcelable> List<Map<String, V>>bundleListToMapList(List<Bundle> bundleList, ClassLoader classLoader)-
-
Method Detail
-
mapToBundle
static <V extends Parcelable> Bundle mapToBundle(Map<String, V> map)
-
mapListToBundleList
static <V extends Parcelable> List<Bundle> mapListToBundleList(List<Map<String, V>> mapList)
-
bundleToMap
static <V extends Parcelable> HashMap<String, V> bundleToMap(Bundle bundle, ClassLoader classLoader)
-
bundleToMap
static <V extends Parcelable> HashMap<String, V> bundleToMap(Bundle bundle)
-
bundleListToMapList
static <V extends Parcelable> List<Map<String, V>> bundleListToMapList(List<Bundle> bundleList, ClassLoader classLoader)
-
-
-
-