Versions Compared

Key

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

...

Wiki Markup
According to the Java API class  {{java.lang.String}} documentation \[[API 2006|AA. Bibliography#APIReferences#API 06]\]:

When the intern() method is invoked, if the pool already contains a string equal to this String object as determined by the equals(Object) method, then the string from the pool is returned. Otherwise, this String object is added to the pool and a reference to this String object is returned.

...

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="cd0336bcd1adc177-f343bc9b-467c41a2-a8b78236-f8ff987338e0ac94b7b64629"><ac:plain-text-body><![CDATA[

[[API 2006

AA. Bibliography#API References#API 06]]

Class String, Collections

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="13cf717afc792900-51bf8b67-485249ec-9d049104-efc6c1cfe99036b16442b7d4"><ac:plain-text-body><![CDATA[

[[Findbugs 2008

AA. Bibliography#Findbugs References#Findbugs 08]]

 

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="e2317572048bc8ae-42bbc754-48294bf0-8a6cb79b-b852dc1a651cd04f3bba114c"><ac:plain-text-body><![CDATA[

[[Miller 2009

AA. Bibliography#Miller References#Miller 09]]

Locking

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="e6293cff0b20f312-8ccbf900-42d54d17-976c891c-9b51e3fe2b9ff4069d87a2ea"><ac:plain-text-body><![CDATA[

[[Pugh 2008

AA. Bibliography#Pugh References#Pugh 08]]

Synchronization

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="301e3402df791ff6-bcf328f8-493e454a-b3b2b9f0-f95a88f1d9f0caaa676a62ad"><ac:plain-text-body><![CDATA[

[[Tutorials 2008

AA. Bibliography#Tutorials References#Tutorials 08]]

[Wrapper Implementations

http://java.sun.com/docs/books/tutorial/collections/implementations/wrapper.html]

]]></ac:plain-text-body></ac:structured-macro>

...