I need to compare all the elements of a list 2 to 2 I'm doing in the following way:
List: 1, 2, 3, 4.
Comparison: 1 and 2, 1 and 3, 1 and 4, 2 and 1, 2 and 3 ...
I'm using this way:
Iterator<Policie> p1Iterator = setOfPolici...
asked by
15.09.2015 / 15:42