HashMapKeyValueExtractor

open fun HashMapKeyValueExtractor(@NonNull map: HashMap<Any, Any>)

Create a HashMapKeyValueExtractor instance. This class guaranties that keys and values are in the same order as in provided HashMap.

Parameters

map

The hashmap which should be use for extracting keys and values.