org.apache.commons.collections.map
Class AbstractHashedMap.KeySetIterator

java.lang.Object
  extended by org.apache.commons.collections.map.AbstractHashedMap.HashIterator
      extended by org.apache.commons.collections.map.AbstractHashedMap.EntrySetIterator
          extended by org.apache.commons.collections.map.AbstractHashedMap.KeySetIterator
All Implemented Interfaces:
java.util.Iterator
Enclosing class:
AbstractHashedMap

protected static class AbstractHashedMap.KeySetIterator
extends AbstractHashedMap.EntrySetIterator

KeySet iterator.


Field Summary
 
Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
expectedModCount, hashIndex, last, next, parent
 
Constructor Summary
protected AbstractHashedMap.KeySetIterator(AbstractHashedMap parent)
           
 
Method Summary
 java.lang.Object next()
           
 
Methods inherited from class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
currentEntry, hasNext, nextEntry, remove, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractHashedMap.KeySetIterator

protected AbstractHashedMap.KeySetIterator(AbstractHashedMap parent)
Method Detail

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator
Overrides:
next in class AbstractHashedMap.EntrySetIterator


Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.