lrs.lazyLRSEvaluators
Class LazySieveEval

java.lang.Object
  extended by lrs.ALazyEval
      extended by lrs.lazyLRSEvaluators.LazySieveEval

public class LazySieveEval
extends ALazyEval


Field Summary
(package private)  LazyFilterEval lazyFilterEval
           
(package private)  int value
           
 
Constructor Summary
LazySieveEval()
           
 
Method Summary
 LRStruct makeLRS()
          Factory method to correctly create the lazy list with this ILazyEval as the strategy for lazy evaluation.
 LRStruct nextLRS()
          Performs lazy evaluation to compute the next LRStruct when needed.
 
Methods inherited from class lrs.ALazyEval
makeLazyLRS
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lazyFilterEval

LazyFilterEval lazyFilterEval

value

int value
Constructor Detail

LazySieveEval

public LazySieveEval()
Method Detail

nextLRS

public LRStruct nextLRS()
Description copied from class: ALazyEval
Performs lazy evaluation to compute the next LRStruct when needed.

Specified by:
nextLRS in class ALazyEval

makeLRS

public LRStruct makeLRS()
Description copied from class: ALazyEval
Factory method to correctly create the lazy list with this ILazyEval as the strategy for lazy evaluation.

Specified by:
makeLRS in class ALazyEval