Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Wiki Markup
According to the Java API \[[API 062006|AA. Java References#API 06]\] class {{Object}}, method {{hashcode()}} documentation:

...

Wiki Markup
This noncompliant code example uses the {{Key}} class as the key index for the {{Hashtable}}. According to the Java API \[[API 062006|AA. Java References#API 06]\] class {{Hashtable}} documentation:

...

References

Wiki Markup
\[[API 062006|AA. Java References#API 06]\] Class {{Object}}, Class {{Hashtable}}
\[[Bloch 082008|AA. Java References#Bloch 08]\] Item 75: "Consider using a custom serialized form"

...