Hash Map Key Value Extractor(android Jvm)
Utility class to extract keys and values as two separate arrays from the HashMap.
open class HashMapKeyValueExtractor(androidJvm)
Content copied to clipboard
Constructors
HashMapKeyValueExtractor
Link copied to clipboard
Create a HashMapKeyValueExtractor instance. This class guaranties that keys and values are in the same order as in provided HashMap.