Open cushon opened 10 years ago
Original issue created by eaftan@google.com on 2014-03-21 at 11:09 PM
For example:
Object foo, bar; byte[] baz; Objects.hashCode(foo, bar, baz);
This will cause the hashcode to be based on the identity of baz rather than its contents.
Original issue created by eaftan@google.com on 2014-03-21 at 11:09 PM
For example:
Object foo, bar; byte[] baz; Objects.hashCode(foo, bar, baz);
This will cause the hashcode to be based on the identity of baz rather than its contents.