Open GoogleCodeExporter opened 8 years ago
class RL_abstract_type {
...
public int hashCode() {
int C = Math.pow(2,some_number_of_bits_to_shift_hashCodes);
return Arrays.hashCode(intArray)+C*Arrays.hashCode(doubleArray)+C*C*Arrays.hashCode(charArray);
}
...
}
Original comment by jasm...@gmail.com
on 10 Jul 2009 at 6:01
Original issue reported on code.google.com by
jasm...@gmail.com
on 10 Jul 2009 at 5:57