com.gentlyweb.utils
Class ObjectCacheIterator

java.lang.Object
  extended by com.gentlyweb.utils.ObjectCacheIterator
All Implemented Interfaces:
Iterator

public class ObjectCacheIterator
extends Object
implements Iterator


Constructor Summary
ObjectCacheIterator(ObjectCache cache)
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectCacheIterator

public ObjectCacheIterator(ObjectCache cache)
Method Detail

remove

public void remove()
Specified by:
remove in interface Iterator

next

public Object next()
Specified by:
next in interface Iterator

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator