Creates a ArrayBasedMapData by applying the given converters over each (key -> value) pair from the given iterator
Creates a ArrayBasedMapData by applying the given converters over each (key -> value) pair from the given iterator
Input iterator
Number of elements
This function is applied over all the keys extracted from the given iterator to obtain the output map's keys
This function is applied over all the values extracted from the given iterator to obtain the output map's values
Creates a ArrayBasedMapData by applying the given converters over each (key -> value) pair of the input map
Creates a ArrayBasedMapData by applying the given converters over each (key -> value) pair of the input map
Input map
This function is applied over all the keys of the input map to obtain the output map's keys
This function is applied over all the values of the input map to obtain the output map's values
Creates a ArrayBasedMapData by applying the given converters over each (key -> value) pair of the input java.util.Map
Creates a ArrayBasedMapData by applying the given converters over each (key -> value) pair of the input java.util.Map
Input map
This function is applied over all the keys of the input map to obtain the output map's keys
This function is applied over all the values of the input map to obtain the output map's values