next up previous contents index
Next: SortedObjectTable Class Up: SortedTable Classes Previous: SortableObject Interface

SortedPointerTable Class

 

The SortedPointerTable class is one of the concrete implementations of SortedTable. The table is implemented by an array of pointers to the elements. Therefore, the elements of the class need not have the static nullObject, because null pointers are used for invalid objects.

The operation removeAll() destructs the elements by the delete operator.



Mori Tetsuya / t2y3141592@gmail.com