EDU.oswego.cs.dl.util.concurrent
Class ConcurrentHashMap.ValueIterator

java.lang.Object
  extended by EDU.oswego.cs.dl.util.concurrent.ConcurrentHashMap.HashIterator
      extended by EDU.oswego.cs.dl.util.concurrent.ConcurrentHashMap.ValueIterator
All Implemented Interfaces:
java.util.Enumeration, java.util.Iterator
Enclosing class:
ConcurrentHashMap

protected class ConcurrentHashMap.ValueIterator
extends ConcurrentHashMap.HashIterator


Field Summary
 
Fields inherited from class EDU.oswego.cs.dl.util.concurrent.ConcurrentHashMap.HashIterator
currentKey, currentValue, entry, index, lastReturned, tab
 
Constructor Summary
protected ConcurrentHashMap.ValueIterator()
           
 
Method Summary
protected  java.lang.Object returnValueOfNext()
           
 
Methods inherited from class EDU.oswego.cs.dl.util.concurrent.ConcurrentHashMap.HashIterator
hasMoreElements, hasNext, next, nextElement, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConcurrentHashMap.ValueIterator

protected ConcurrentHashMap.ValueIterator()
Method Detail

returnValueOfNext

protected java.lang.Object returnValueOfNext()
Overrides:
returnValueOfNext in class ConcurrentHashMap.HashIterator