コード例 #1
0
 public int getSize() {
   return myList.getSize();
 }
コード例 #2
0
 public boolean isEmpty() {
   return myList.getSize() == 0;
 }