Bundle Helper
Created by Alpar Szotyori on 13.02.2020. Copyright (c) 2020 Gini GmbH.
Functions
Link copied to clipboard
static List<Map<String, V>> bundleListToMapList<V extends Parcelable>(List<Bundle> bundleList, ClassLoader classLoader)
Content copied to clipboard
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
Link copied to clipboard
static List<Bundle> mapListToBundleList<V extends Parcelable>(List<Map<String, V>> mapList)
Content copied to clipboard
Link copied to clipboard