T - type of valuepublic abstract class LazyInitializer<T> extends Object implements Supplier<T>, IClusterable
| Constructor and Description |
|---|
LazyInitializer() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
createInstance()
Creates the lazy value
|
T |
get() |
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.