public boolean retainAll(Collection<?> c) { Objects.requireNonNull(c); return batchRemove(c, true); }