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