org.jboss.portal.common.util
Class TypedMap.KeySet.KeyIterator

java.lang.Object
  extended by org.jboss.portal.common.util.TypedMap.KeySet.KeyIterator
All Implemented Interfaces:
java.util.Iterator<EK>
Enclosing class:
TypedMap.KeySet

public class TypedMap.KeySet.KeyIterator
extends java.lang.Object
implements java.util.Iterator<EK>


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

Constructor Detail

TypedMap.KeySet.KeyIterator

public TypedMap.KeySet.KeyIterator()
Method Detail

remove

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

hasNext

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

next

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