public abstract class RecursionIntolerantLazyValue<T> extends java.lang.Object
| Constructor and Description |
|---|
RecursionIntolerantLazyValue() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
compute() |
T |
get() |
protected T |
getValueOnErrorReentry() |
boolean |
isComputed() |
public RecursionIntolerantLazyValue()
protected T getValueOnErrorReentry()
public boolean isComputed()