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="41f7041d10f1a5f3-f65469ca-48a0481c-8f81b539-3cd2b06fe7f8079f186e3b63"><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="a78482dfc226742d-c984b016-44144ee8-8f70a00d-346fbc25fcf773e1471e5270"><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="5d70ee878538df65-a70bbd72-4c2d47b6-a2c3b85c-2afe018a653f842cc8ba9c25"><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="4828c85680c7f3f5-cca60dcd-40ae44fb-8e639103-a038d518a5b61b675243cc75"><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="34cc9e95a2edca8d-cb4fb1b2-4d814c88-878b9f6f-0722618e2a37d2ece44496e0"><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>

...