| <html> | |
| <body> | |
| Reports <b>hashCode()</b> being called | |
| on an array. To get the same hash code for two arrays | |
| with identical contents call <b>Arrays.hashCode()</b>. | |
| Use <b>Arrays.deepHashCode()</b> to calculate the hash | |
| code of a multi-dimensional array. | |
| <!-- tooltip end --> | |
| <p> | |
| </body> | |
| </html> |