示例#1
0
 @Override
 public synchronized T remove(int index) {
   T t = get(index);
   remove(t);
   return t;
 }