Source of 6.20.java


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