Class NestedLoopUpscalableIterator<S,​D>

  • Type Parameters:
    S - Source value Java type
    D - Target value Java type
    All Implemented Interfaces:
    TimeIterator<D>, UpscalableIterator<D>

    public abstract class NestedLoopUpscalableIterator<S,​D>
    extends NestedLoopTimeIterator<S,​D>
    implements UpscalableIterator<D>
    Upscalable iterator version of NestedLoopTimeIterator.
    Author:
    Andrea Leofreddi