class GBN_SEARCH_TREE [G->COMPARABLE] -- This class is left empty because it is -- only the red/black search tree that is -- implemented. GBN_RBST is a descendant -- of this class. end -- class GBN_SEARCH_TREE [G->COMPARABLE]