Package com.gentlyweb.utils
Class ObjectCacheIterator
- java.lang.Object
-
- com.gentlyweb.utils.ObjectCacheIterator
-
- All Implemented Interfaces:
java.util.Iterator
public class ObjectCacheIterator extends java.lang.Object implements java.util.Iterator
-
-
Constructor Summary
Constructors Constructor Description ObjectCacheIterator(ObjectCache cache)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
java.lang.Object
next()
void
remove()
-
-
-
Constructor Detail
-
ObjectCacheIterator
public ObjectCacheIterator(ObjectCache cache)
-
-