|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.retrotranslator.runtime.impl.LazyValue<I,R>
public abstract class LazyValue<I,R>
Field Summary | |
---|---|
private I |
input
|
private R |
result
|
Constructor Summary | |
---|---|
LazyValue(I input)
|
Method Summary | |
---|---|
R |
get()
|
void |
provide(R result)
|
protected abstract R |
resolve(I input)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private I input
private R result
Constructor Detail |
---|
public LazyValue(I input)
Method Detail |
---|
public final R get()
public final void provide(R result)
protected abstract R resolve(I input)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |