Source of 6.6.java


  1: public boolean isEmpty()
  2: {
  3:    return topNode == null;
  4: } // end isEmpty
  5: 
  6: public void clear()
  7: {
  8:    topNode = null;
  9: } // end clear
 10: // Version 4.0