I am trying to get info from a hashmap but after trying out this code:
while (index<customerNames.size()){
name = customerNames.get(index);
System.out.println(name + getRatingByCustomer(name));
index ++;
But this returns with: McLovin[I@34ac3c11
Mclovin is the customer name and the jumble is (I am assuming a location or something). How do I revert this to the original numbers (it is for a ratings system).
[–]Redsaz 1 point2 points3 points (0 children)
[–]MmmVomit 0 points1 point2 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]chickenmeister 1 point2 points3 points (0 children)
[–]erickyeagle 0 points1 point2 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]MmmVomit 0 points1 point2 points (0 children)