altoslib/altosuilib: Fix equals methods, add hashCode
authorKeith Packard <keithp@keithp.com>
Sat, 20 Jun 2015 16:35:26 +0000 (09:35 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 23 Jun 2015 04:04:43 +0000 (21:04 -0700)
Whenever we use a class as a HashMap key, that class needs to override
the equals(Object) and hashCode() methods. Otherwise, the hash table
won't work right.

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found