org.apache.portals.bridges.jsf
Class AbstractAttributeMap.Values

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractSet
          extended byorg.apache.portals.bridges.jsf.AbstractAttributeMap.KeySet
              extended byorg.apache.portals.bridges.jsf.AbstractAttributeMap.Values
All Implemented Interfaces:
Collection, Set
Enclosing class:
AbstractAttributeMap

private class AbstractAttributeMap.Values
extends AbstractAttributeMap.KeySet


Constructor Summary
private AbstractAttributeMap.Values()
           
 
Method Summary
 void clear()
           
 boolean contains(Object o)
           
 boolean isEmpty()
           
 Iterator iterator()
           
 boolean remove(Object o)
           
 int size()
           
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
add, addAll, containsAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
add, addAll, containsAll, retainAll, toArray, toArray
 

Constructor Detail

AbstractAttributeMap.Values

private AbstractAttributeMap.Values()
Method Detail

iterator

public Iterator iterator()
Specified by:
iterator in interface Set
Overrides:
iterator in class AbstractAttributeMap.KeySet

contains

public boolean contains(Object o)
Specified by:
contains in interface Set
Overrides:
contains in class AbstractAttributeMap.KeySet

remove

public boolean remove(Object o)
Specified by:
remove in interface Set
Overrides:
remove in class AbstractAttributeMap.KeySet

isEmpty

public boolean isEmpty()

size

public int size()

clear

public void clear()


Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.