|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlrs.ALazyEval
public abstract class ALazyEval
| Constructor Summary | |
|---|---|
ALazyEval()
|
|
| Method Summary | |
|---|---|
protected LRStruct |
makeLazyLRS(java.lang.Object value)
|
abstract LRStruct |
makeLRS()
Factory method to correctly create the lazy list with this ILazyEval as the strategy for lazy evaluation. |
abstract LRStruct |
nextLRS()
Performs lazy evaluation to compute the next LRStruct when needed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ALazyEval()
| Method Detail |
|---|
public abstract LRStruct nextLRS()
public abstract LRStruct makeLRS()
protected LRStruct makeLazyLRS(java.lang.Object value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||