org.apache.tiles.request.collection
Class RemovableKeySet

Package class diagram package RemovableKeySet
java.lang.Object
  extended by org.apache.tiles.request.collection.KeySet
      extended by 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) $

Constructor Summary
RemovableKeySet(HasRemovableKeys<?> request)
          Constructor.
 
Method Summary
 boolean remove(Object o)
           
 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.Set
equals, hashCode
 

Constructor Detail

RemovableKeySet

public RemovableKeySet(HasRemovableKeys<?> request)
Constructor.

Parameters:
request - The request.
Method Detail

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.