Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Edited by NavBot (vkp) v1.0

Wiki Markup
According to the Java API \[[API 2006|AA. Java References#APIBibliography#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 2006|AA. Java References#APIBibliography#API 06]\] class {{Hashtable}} documentation:

...

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

...