|
|
|
|
|
by lazulicurio
1145 days ago
|
|
Yeah, having equals and hashCode on the root Object class is Java's biggest mistake, IMO. Although for a slightly different reason: equality is usually context-dependent, but having equals as an instance method ties you to one implementation. |
|