protected class IntObjectCache.IntObjectCacheIterator
extends java.lang.Object
implements java.util.Iterator<T>
Constructor and Description |
---|
IntObjectCacheIterator(IntObjectCache cache) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
public IntObjectCacheIterator(IntObjectCache cache)