xxl.spatial
Class ExternalSpaceSweep

java.lang.Object
  |
  +--xxl.cursors.BufferedCursor
        |
        +--xxl.spatial.SpaceSweep
              |
              +--xxl.spatial.ExternalSpaceSweep
Direct Known Subclasses:
Arge, S3J

public class ExternalSpaceSweep
extends SpaceSweep


Inner classes inherited from class xxl.spatial.SpaceSweep
SpaceSweep.BulkSweepArea, SpaceSweep.SweepArea
 
Fields inherited from class xxl.cursors.BufferedCursor
cursor, hasNext, isValid, next
 
Constructor Summary
ExternalSpaceSweep(Cursor sortedInput0, Cursor sortedInput1, SpaceSweep.SweepArea sweepArea0, SpaceSweep.SweepArea sweepArea1, Function newSorter0, Function newSorter1)
           
 
Methods inherited from class xxl.cursors.BufferedCursor
close, hasNext, next, peek, remove, reset, supportsPeek, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalSpaceSweep

public ExternalSpaceSweep(Cursor sortedInput0,
                          Cursor sortedInput1,
                          SpaceSweep.SweepArea sweepArea0,
                          SpaceSweep.SweepArea sweepArea1,
                          Function newSorter0,
                          Function newSorter1)