protected static class ObjectCache.ObjectCacheKeysIterator<K,V>
extends java.lang.Object
implements java.util.Iterator<K>
| Modifier | Constructor and Description |
|---|---|
protected |
ObjectCacheKeysIterator(ObjectCache<K,V> cache) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
K |
next() |
void |
remove() |
protected ObjectCacheKeysIterator(ObjectCache<K,V> cache)