Class RemovableKeySet
java.lang.Object
org.apache.tiles.request.collection.KeySet
org.apache.tiles.request.collection.RemovableKeySet
Wraps 
HasRemovableKeys keys as a set.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanbooleanremoveAll(Collection<?> c) booleanretainAll(Collection<?> c) Methods inherited from class org.apache.tiles.request.collection.KeySetadd, addAll, clear, contains, containsAll, isEmpty, iterator, size, toArray, toArrayMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.CollectionparallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.Setequals, hashCode, spliterator
- 
Constructor Details- 
RemovableKeySetConstructor.- Parameters:
- request- The request.
 
 
- 
- 
Method Details- 
remove
- 
removeAll
- 
retainAll
 
-