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, toArrayclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, spliteratorparallelStream, removeIf, streampublic RemovableKeySet(HasRemovableKeys<?> request)
request - The request.public boolean remove(Object o)
public boolean removeAll(Collection<?> c)
public boolean retainAll(Collection<?> c)
Copyright © 2000–2025 Apache Software Foundation. All rights reserved.