|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.server.distcache.CacheImpl.CacheEntrySetIterator<K,V>
protected static class CacheImpl.CacheEntrySetIterator<K,V>
Provides an iterator over the entries in the the local cache.
| Constructor Summary | |
|---|---|
protected |
CacheImpl.CacheEntrySetIterator(LruCache<K,V> lruCache)
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
Cache.Entry<K,V> |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected CacheImpl.CacheEntrySetIterator(LruCache<K,V> lruCache)
| Method Detail |
|---|
public Cache.Entry<K,V> next()
next in interface java.util.Iterator<Cache.Entry<K,V>>public boolean hasNext()
hasNext in interface java.util.Iterator<Cache.Entry<K,V>>public void remove()
remove in interface java.util.Iterator<Cache.Entry<K,V>>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||