Topic: aliasing
Topic: object and value equivalence
Topic: safe use of pointers
Quotation Skeleton
[In Guava a] value instance is directly stored in a … there are no references to [values]; assignment creates … the value, rather than object identity. … [value classes] may export methods and public fields. Uninitialized … [called null]. … Copying a value deep-copies any objects and values …
Google-1Google-2
Copyright clearance needed for quotation.
Additional Titles
Quote: Guava uses deep-copying for values and objects within values; does not copy references to monitors
Related Topics
Topic: aliasing (28 items)
Topic: object and value equivalence (60 items)
Topic: safe use of pointers (102 items)