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

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

protected class AbstractConcurrentReadCache.KeyIterator
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.KeyIterator()
           
 
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.KeyIterator

protected AbstractConcurrentReadCache.KeyIterator()
Method Detail

returnValueOfNext

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

OSCache Project Page