Package at.jku.ssw.fp.sect04_6
-
Class Summary Class Description Demo1_LazyIterator Demo showing lazy iterator.Demo2_LazySqrt Demo showing computation of square root using lazy sequences.Demo3_PuzzleIterable Demo showing search for solution in puzzle using lazy iterator.Lazy Class with lazy methods and lazy iterator and iterable implementations.Lazy.LazyIterator<T> A lazy iterator using a supplier function for generating the elements lazily.