1 <p> This code generates a hashcode and then computes
2 the absolute value of that hashcode. If the hashcode
3 is <code>Integer.MIN_VALUE</code>, then the result will be negative as well (since
4 <code>Math.abs(Integer.MIN_VALUE) == Integer.MIN_VALUE</code>).