예제 #1
0
 public void addAllTo(Collection<? super T> dst) {
   data.addAllTo(dst);
 }