public boolean removeAll(Collection c) {
   ensureInitFastListCache();
   _cache.removeAll(c);
   return _persistentList.removeAll(new JdkCollectionIterable4(c));
 }