1: // @author Frank M. Carrano, Timothy M. Henry 2: // @version 5.0 3: public boolean isEmpty() 4: { 5: checkIntegrity(): 6: return frontIndex == ((backIndex + 1) % queue.length); 7: } // end isEmpty