I have a matrix like this, from which I want to obtain the codes hash of all its elements:
Integer[][] { { 1, 2, 3 }, { 1, 2, 3 }, { 1, 2, 3 }, { 1, 2, 2 } };
I go through it with a loop and I do .hashCode() of each element...
asked by
10.03.2018 / 22:47