Bundle Helper
public class BundleHelper
Content copied to clipboard
Created by Alpar Szotyori on 13.02.2020. Copyright (c) 2020 Gini GmbH.
Functions
bundle List To Map List
Link copied to clipboard
static List<Map<String, V>> bundleListToMapList<V extends Parcelable>(List<Bundle> bundleList, ClassLoader classLoader)
Content copied to clipboard
bundle To Map
Link copied to clipboard
static HashMap<String, V> bundleToMap<V extends Parcelable>(Bundle bundle)
Content copied to clipboard
static HashMap<String, V> bundleToMap<V extends Parcelable>(Bundle bundle, ClassLoader classLoader)
Content copied to clipboard
map List To Bundle List
Link copied to clipboard
static List<Bundle> mapListToBundleList<V extends Parcelable>(List<Map<String, V>> mapList)
Content copied to clipboard
map To Bundle
Link copied to clipboard