private final class CacheKeySet.KeySetIterator
extends java.lang.Object
implements java.util.Iterator<E>
Modifier and Type | Field and Description |
---|---|
private E |
current |
private java.util.Iterator<E> |
currentIterator |
private int |
index |
private E |
next |
Modifier | Constructor and Description |
---|---|
private |
KeySetIterator() |
Modifier and Type | Method and Description |
---|---|
private void |
advance() |
boolean |
hasNext() |
E |
next() |
void |
remove() |