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

java.lang.Object
  extended by com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache.HashIterator
      extended by com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache.ValueIterator
All Implemented Interfaces:
Enumeration, 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  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 Object returnValueOfNext()
Overrides:
returnValueOfNext in class AbstractConcurrentReadCache.HashIterator

OSCache Project Page