BundleHelper

public class BundleHelper

Created by Alpar Szotyori on 13.02.2020. Copyright (c) 2020 Gini GmbH.

Functions

bundleListToMapList
Link copied to clipboard
static List<Map<String, V>> bundleListToMapList<V extends Parcelable>(List<Bundle> bundleList, ClassLoader classLoader)
bundleToMap
Link copied to clipboard
static HashMap<String, VbundleToMap<V extends Parcelable>(Bundle bundle)
static HashMap<String, VbundleToMap<V extends Parcelable>(Bundle bundle, ClassLoader classLoader)
mapListToBundleList
Link copied to clipboard
static List<BundlemapListToBundleList<V extends Parcelable>(List<Map<String, V>> mapList)
mapToBundle
Link copied to clipboard
static Bundle mapToBundle<V extends Parcelable>(Map<String, V> map)