Exemplo n.º 1
0
 public boolean removeAll(Collection c) {
   ensureInitFastListCache();
   _cache.removeAll(c);
   return _persistentList.removeAll(new JdkCollectionIterable4(c));
 }