Hello,
I have above mentioned Vector containing entries with k and v.
The k's can occure multiple times within the Vector and have different v values.
What im trying to do is counting all the v values for the same k within the Vector.
Ive added a Screenshot from my current function.
My current function is working within my normal Counting class.
But what i now need is a Benchmark for my class using a runnable with different counts of threads using.
Finally the words have to be added with their final values into a treemap
Since i implemented that my Sumup function is not working.
Is there a different way?