public class CacheValuesIterator<V>
extends java.lang.Object
implements java.util.Iterator<V>
AbstractCacheMap.| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Returns
true if there are more elements in the cache. |
V |
next()
Returns next non-expired element from the cache.
|
void |
remove()
Removes current non-expired element from the cache.
|
public boolean hasNext()
true if there are more elements in the cache.hasNext in interface java.util.Iterator<V>public V next()
next in interface java.util.Iterator<V>public void remove()
remove in interface java.util.Iterator<V>Copyright © 2003-2013 Jodd Team