org.apache.commons.collections.map
Class AbstractHashedMap.EntrySetIterator<K,V>

java.lang.Object
  extended by org.apache.commons.collections.map.AbstractHashedMap.HashIterator<K,V>
      extended by org.apache.commons.collections.map.AbstractHashedMap.EntrySetIterator<K,V>
All Implemented Interfaces:
Iterator<Map.Entry<K,V>>
Enclosing class:
AbstractHashedMap<K,V>

protected static class AbstractHashedMap.EntrySetIterator<K,V>
extends AbstractHashedMap.HashIterator<K,V>
implements Iterator<Map.Entry<K,V>>

EntrySet iterator.


Field Summary
 
Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
expectedModCount, hashIndex, last, next, parent
 
Constructor Summary
protected AbstractHashedMap.EntrySetIterator(AbstractHashedMap<K,V> parent)
           
 
Method Summary
 AbstractHashedMap.HashEntry<K,V> 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
 
Methods inherited from interface java.util.Iterator
hasNext, remove
 

Constructor Detail

AbstractHashedMap.EntrySetIterator

protected AbstractHashedMap.EntrySetIterator(AbstractHashedMap<K,V> parent)
Method Detail

next

public AbstractHashedMap.HashEntry<K,V> next()
Specified by:
next in interface Iterator<Map.Entry<K,V>>


Copyright © 2005-2005 Apache Software Foundation, Matt Hall, John Watkinson. All Rights Reserved.