1: @author Frank M. Carrano, Timothy M. Henry 2: @version 5.0 3: public boolean isEmpty() 4: { 5: return numberOfEntries == 0; 6: } // end isEmpty 8: public int getCurrentSize() 9: { 10: return numberOfEntries; 11: } // end getCurrentSize