public void addAllTo(Collection<? super T> dst) {
   data.addAllTo(dst);
 }