Package org.apache.myfaces.util.lang
Class Lazy<T>
java.lang.Object
org.apache.myfaces.util.lang.Lazy<T>
- Type Parameters:
- T- The type to be lazy initialized.
Inspired by commons-lang LazyInitializer.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Lazy
 
- 
- 
Method Details- 
reset
- 
reset
- 
get
- 
isInitializedpublic boolean isInitialized()
 
-