Modifier and Type | Class | Description |
---|---|---|
static interface |
Lazy.LazyInitializer<T> |
Deprecated.
since 1/2017 use a
Supplier instead |
Modifier and Type | Method | Description |
---|---|---|
T |
get() |
Returns the instance associated with this
Lazy , initializing it if necessary. |
boolean |
isInitialized() |