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