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.