Use Arrays.hashCode(...)
in ObjectUtils
#29051
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Uh oh!
There was an error while loading. Please reload this page.
java.util.Arrays
has methods for hashCode generation on primitive arrays that are equivalent tonullSafeHashCode
They do however calculate different hash values. If this was tolerable, then the JDK methods could be used.
The text was updated successfully, but these errors were encountered: