T - The type to be lazy initialized.public abstract class Lazy<T> extends Object
| Constructor and Description |
|---|
Lazy() |
| Modifier and Type | Method and Description |
|---|---|
T |
get() |
protected abstract T |
initialize() |
boolean |
isInitialized() |
Copyright © 2019. All rights reserved.