make Map
Creates a LinkedHashMap to preserve order. If the value is NaN, then the entry is not added to the map.
Return
the created map
Parameters
keys
the keys to add to the map, must not be null. Length should be same as values.
values
the values to add to the map, must not be null