Index - All Packages - All Categories - All Classes

Class MergeStepper

A Stepper for doing a merge-sort like ordered interleaving of two other steppers. It is assumed that the other two steppers are constructed so that their values are also produced in order according to the same OrderSpec. A tree of these operates much like a heap as found in heapsort.

Package: Udanax-Gold
All Superclasses: Object Heaper Stepper
Protocols: Object
Categories: Xanadu-Spaces-Cross

Class Methods

make: a with: b with: order



Instance Methods

copy



Overrides: Stepper

create: a with: b with: order with: value


createRcvr: receiver


fetch



Overrides: Stepper

hasValue



Overrides: Stepper

sendSelfTo: xmtr


step



Overrides: Stepper


Index - All Packages - All Categories - All Classes