|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.jet.util.lazy.RecursionIntolerantLazyValue<T>
public abstract class RecursionIntolerantLazyValue<T>
Constructor Summary | |
---|---|
RecursionIntolerantLazyValue()
|
Method Summary | |
---|---|
protected abstract T |
compute()
|
T |
get()
|
protected T |
getValueOnErrorReentry()
|
boolean |
isComputed()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RecursionIntolerantLazyValue()
Method Detail |
---|
protected abstract T compute()
protected T getValueOnErrorReentry()
public boolean isComputed()
public final T get()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |