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