private static class NonStopCacheKeySet.NonStopCacheKeySetIterator
extends java.lang.Object
implements java.util.Iterator
Modifier and Type | Field and Description |
---|---|
private java.util.Iterator |
iterator |
private NonstopStore |
nonstopStore |
Constructor and Description |
---|
NonStopCacheKeySetIterator(NonstopStore nonstopStore,
java.util.List keys) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
java.lang.Object |
next() |
void |
remove() |
private final NonstopStore nonstopStore
private final java.util.Iterator iterator
public NonStopCacheKeySetIterator(NonstopStore nonstopStore, java.util.List keys)