org.apache.tiles.request.collection
Class RemovableKeySet
java.lang.Object
org.apache.tiles.request.collection.KeySet
org.apache.tiles.request.collection.RemovableKeySet
- All Implemented Interfaces:
- Iterable<String>, Collection<String>, Set<String>
public class RemovableKeySet
- extends KeySet
Wraps HasRemovableKeys keys as a set.
- Version:
- $Rev: 1229087 $ $Date: 2012-01-09 05:35:14 -0500 (Mon, 09 Jan 2012) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemovableKeySet
public RemovableKeySet(HasRemovableKeys<?> request)
- Constructor.
- Parameters:
request - The request.
remove
public boolean remove(Object o)
- Specified by:
remove in interface Collection<String>- Specified by:
remove in interface Set<String>- Overrides:
remove in class KeySet
removeAll
public boolean removeAll(Collection<?> c)
- Specified by:
removeAll in interface Collection<String>- Specified by:
removeAll in interface Set<String>- Overrides:
removeAll in class KeySet
retainAll
public boolean retainAll(Collection<?> c)
- Specified by:
retainAll in interface Collection<String>- Specified by:
retainAll in interface Set<String>- Overrides:
retainAll in class KeySet
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.