public abstract class LazyVal<T> extends Object
Constructor and Description |
---|
LazyVal() |
Modifier and Type | Method and Description |
---|---|
T |
get() |
protected abstract T |
instance() |
void |
set(T t) |
Copyright © 2014 Oracle Corporation. All rights reserved.