예제 #1
0
 public int getSize() {
   return myList.getSize();
 }
예제 #2
0
 public boolean isEmpty() {
   return myList.getSize() == 0;
 }