1: // @author Frank M. Carrano, Timothy M. Henry 2: // @version 5.0 3: public boolean isEmpty() 4: { 5: return topIndex < 0; 6: } // end isEmpty