protected class PartitionSplittingBackingMap.KeySet extends AbstractKeyBasedMap.KeySet
The default implementation of removeAll determines the smaller collection to walk, which involves a call to AbstractKeyBasedMap.KeySet.size(); this is highly inefficient for PartitionSplittingBackingMap.
| Modifier | Constructor and Description |
|---|---|
protected |
KeySet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
removeAll(Collection coll) |
clear, contains, isEmpty, iterator, remove, sizeequals, hashCodeadd, addAll, containsAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, containsAll, retainAll, spliterator, toArray, toArrayparallelStream, removeIf, streampublic boolean removeAll(Collection coll)
removeAll in interface CollectionremoveAll in interface SetremoveAll in class AbstractSet