Content deleted Content added
m Dating maintenance tags: {{Dead link}} |
→Java: fixed typo |
||
Line 436:
A further contract that hashed data structures has with the object is that the results of the <code>hashCode()</code> and <code>equals()</code> methods will not change once the object has been inserted into the map. For this reason, it is generally a good practice to base the hash function on [[Immutable object|immutable]] properties of the object.
===JavaScript===
|