public int getSize() {
   return myList.getSize();
 }
 public boolean isEmpty() {
   return myList.getSize() == 0;
 }