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

java.lang.Object
  extended by org.apache.portals.bridges.jsf.AbstractAttributeMap.KeyIterator
      extended by org.apache.portals.bridges.jsf.AbstractAttributeMap.ValuesIterator
All Implemented Interfaces:
Iterator
Enclosing class:
AbstractAttributeMap

private class AbstractAttributeMap.ValuesIterator
extends AbstractAttributeMap.KeyIterator


Field Summary
 
Fields inherited from class org.apache.portals.bridges.jsf.AbstractAttributeMap.KeyIterator
_currentKey, _e
 
Constructor Summary
private AbstractAttributeMap.ValuesIterator()
           
 
Method Summary
 Object next()
           
 
Methods inherited from class org.apache.portals.bridges.jsf.AbstractAttributeMap.KeyIterator
hasNext, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractAttributeMap.ValuesIterator

private AbstractAttributeMap.ValuesIterator()
Method Detail

next

public Object next()
Specified by:
next in interface Iterator
Overrides:
next in class AbstractAttributeMap.KeyIterator


Copyright © 2005 Apache Software Foundation. All Rights Reserved.