I have 2 arrays String key[] , long value[] . keys can be duplicated . I need unique keys and their sum of the values in a map. Below is the code I am trying but i get Array out of bound exception . k
I have 2 arrays String key[] , long value[] . keys can be duplicated . I need unique keys and their sum of the values in a map. Below is the code I am trying but i get Array out of bound exception . k