|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjodd.cache.CacheValuesIterator<V>
public class CacheValuesIterator<V>
Values iterator for AbstractCacheMap.
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
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>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||