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

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

protected static class AbstractHashedMap.ValuesIterator<K,V>
extends AbstractHashedMap.HashIterator<K,V>
implements Iterator<V>

Values iterator.


Field Summary
 
Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap.HashIterator
expectedModCount, hashIndex, last, next, parent
 
Constructor Summary
protected AbstractHashedMap.ValuesIterator(AbstractHashedMap<K,V> parent)
           
 
Method Summary
 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.ValuesIterator

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

next

public V next()
Specified by:
next in interface Iterator<V>


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