public class RemovableKeySet extends KeySet
HasRemovableKeys
keys as a set.Constructor and Description |
---|
RemovableKeySet(HasRemovableKeys<?> request)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
add, addAll, clear, contains, containsAll, isEmpty, iterator, size, toArray, toArray
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode, spliterator
parallelStream, removeIf, stream
public RemovableKeySet(HasRemovableKeys<?> request)
request
- The request.public boolean remove(Object o)
public boolean removeAll(Collection<?> c)
public boolean retainAll(Collection<?> c)
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.