
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, toArraypublic RemovableKeySet(HasRemovableKeys<?> request)
request - The request.public boolean remove(Object o)
public boolean removeAll(Collection<?> c)
public boolean retainAll(Collection<?> c)
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.