示例#1
0
 public <U> U[] toArray(U[] a) {
   return adapter.toArray(a);
 }
示例#2
0
 public Object[] toArray() {
   return adapter.toArray();
 }