com.opensymphony.oscache.base.algorithm
Class AbstractConcurrentReadCache.ValueIterator

java.lang.Object
  extended bycom.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache.HashIterator
      extended bycom.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache.ValueIterator
All Implemented Interfaces:
java.util.Enumeration, java.util.Iterator
Enclosing class:
AbstractConcurrentReadCache

protected class AbstractConcurrentReadCache.ValueIterator
extends AbstractConcurrentReadCache.HashIterator


Field Summary
 
Fields inherited from class com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache.HashIterator
currentKey, currentValue, entry, index, lastReturned, tab
 
Constructor Summary
protected AbstractConcurrentReadCache.ValueIterator()
           
 
Method Summary
protected  java.lang.Object returnValueOfNext()
           
 
Methods inherited from class com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache.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

AbstractConcurrentReadCache.ValueIterator

protected AbstractConcurrentReadCache.ValueIterator()
Method Detail

returnValueOfNext

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

See www.opensymphony.com for more information.