A generic implementation of the Lazy initialization pattern
-----------------------------------------------------------
Key: LANG-496
URL: https://issues.apache.org/jira/browse/LANG-496
Project: Commons Lang
Issue Type: New Feature
Reporter: Oliver Heger
Attachments: LazyInitializer.patch
This is a fully functional implementation of the double-check idiom for lazy
initialization of an instance field as discussed in Joshua Bloch's "Effective
Java".
If there is interest, this could be the first element of a set of helper
classes related to concurrent programming.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.