public override bool RetainAll(Collection <E> c)
 {
     return(list.RetainAll(c));
 }