// Textbook fragment 05.18 public boolean isEmpty() { if (size == 0) return true; return false; }