org.jboss.portal.common.util
Class TypedMap.ValueCollection.ValueIterator

java.lang.Object
  extended by org.jboss.portal.common.util.TypedMap.ValueCollection.ValueIterator
All Implemented Interfaces:
java.util.Iterator<EV>
Enclosing class:
TypedMap.ValueCollection

public class TypedMap.ValueCollection.ValueIterator
extends java.lang.Object
implements java.util.Iterator<EV>


Constructor Summary
TypedMap.ValueCollection.ValueIterator()
           
 
Method Summary
 boolean hasNext()
           
 EV next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypedMap.ValueCollection.ValueIterator

public TypedMap.ValueCollection.ValueIterator()
Method Detail

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<EV>

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<EV>

next

public EV next()
Specified by:
next in interface java.util.Iterator<EV>