-
public final class BundleHelperKt
-
-
Method Summary
Modifier and Type Method Description final static <V extends Parcelable> BundlefromMap(Map<String, V> map)Created by Alpar Szotyori on 17.02.2020. final static <V extends Parcelable> List<Bundle>fromMapList(List<Map<String, V>> mapList)final static <V extends Parcelable> Map<String, V>toMap(Bundle bundle, ClassLoader classLoader)final static <V extends Parcelable> Map<String, V>toMap(Bundle bundle)final static <V extends Parcelable> List<Map<String, V>>toMapList(List<Bundle> bundleList, ClassLoader classLoader)final static <V extends Parcelable> List<Map<String, V>>toMapList(List<Bundle> bundleList)-
-
Method Detail
-
fromMap
final static <V extends Parcelable> Bundle fromMap(Map<String, V> map)
Created by Alpar Szotyori on 17.02.2020.
Copyright (c) 2020 Gini GmbH.
-
fromMapList
final static <V extends Parcelable> List<Bundle> fromMapList(List<Map<String, V>> mapList)
-
toMap
@JvmOverloads() final static <V extends Parcelable> Map<String, V> toMap(Bundle bundle, ClassLoader classLoader)
-
toMap
@JvmOverloads() final static <V extends Parcelable> Map<String, V> toMap(Bundle bundle)
-
toMapList
@JvmOverloads() final static <V extends Parcelable> List<Map<String, V>> toMapList(List<Bundle> bundleList, ClassLoader classLoader)
-
toMapList
@JvmOverloads() final static <V extends Parcelable> List<Map<String, V>> toMapList(List<Bundle> bundleList)
-
-
-
-