Esempio n. 1
0
 public ArrayIntList(IntCollection that) {
   this(that.size());
   addAll(that);
 }