| Constructor and Description |
|---|
Lazy() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
create()
Creates lazy initialized object.
|
T |
get()
Synonym for
getVal(). |
T |
getVal()
Deprecated.
|
void |
set(T val)
Sets value that should be returned via
get(). |
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.