All Packages Class Hierarchy
note that there is no terminate_and_delete() as Java doesn't need to delete objects; similarly, you cannot rely on clean-up being done in the destructor
note that there is no enqueue_proc/dequeue_proc anymore;
use Queue Enqueue/Dequeue instead