Exemplo n.º 1
0
 //---------------------------------------------------------------------
 // Clears the list of categories be setting the head of the list to null
 // params: ()
 //---------------------------------------------------------------------
 public void clear()
 {
     head = null;
 }