Versions Compared

Key

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

...

[Bloch 2008]

Item 3. Enforce the singleton property with a private constructor or an enum type; and Item 77. For instance control, prefer enum types to readResolve

[Daconta 2003]

Item 15. Avoiding singleton pitfalls

[Darwin 2004]

9.10 Enforcing the Singleton Pattern

[Fox 2001]

When Is a Singleton Not a Singleton? 

[Gamma 1995]

Singleton

[Grand 2002]

Chapter 5, Creational Patterns, Singleton

[JLS 2005]

Chapter 17, Threads and Locks

...

Image Modified