hashCode()
and equals()
functionality for an array. Useful when keying a Map
with arrays, comparing two arrays for equality, or implementing toString() for an array. Does not make a defensive copy; behavior changes with associated array. Does not account for circularly linked arrays. @author Bob Lee (crazybob@crazybob.org)
|
|
|
|
|
|
|
|
|
|