|
Class Summary |
| CountTuple |
This class a single integer that is the count of the number
of integers to be sorted. |
| DataTuple |
This class represents a set of ordered integers. |
| DoneTuple |
This class represents a set of ordered integers. |
| Merger |
This class implements a runnable object that when given control in the
run method, will start merging DataTuple objects that it finds in
the space. |
| MergeSort |
This class implements a merge sort using TupleSpace. |
| MergeSort2 |
This class implements a merge sort using TupleSpace. |
| SortThread |
This class implements a merge sort using a TupleSpace to hold
the values to be sorted and intermediate results. |