Class RemovableKeySet
java.lang.Object
org.apache.tiles.request.collection.KeySet
org.apache.tiles.request.collection.RemovableKeySet
Wraps
HasRemovableKeys
keys as a set.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
removeAll
(Collection<?> c) boolean
retainAll
(Collection<?> c) Methods inherited from class org.apache.tiles.request.collection.KeySet
add, addAll, clear, contains, containsAll, isEmpty, iterator, size, toArray, toArray
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.Set
equals, hashCode, spliterator
-
Constructor Details
-
RemovableKeySet
Constructor.- Parameters:
request
- The request.
-
-
Method Details
-
remove
-
removeAll
-
retainAll
-