예제 #1
0
 public Object[] toArray(Object[] a) {
   return myList.toArray(a);
 }
예제 #2
0
 public Object[] toArray() {
   return myList.toArray();
 }