final class LocalCache.KeyIterator extends LocalCache.HashIterator<K>
currentSegment, currentTable, lastReturned, nextEntry, nextExternal, nextSegmentIndex, nextTableIndex| Constructor and Description |
|---|
KeyIterator() |
| Modifier and Type | Method and Description |
|---|---|
K |
next() |
advance, advanceTo, hasNext, nextEntry, nextInChain, nextInTable, removepublic K next()
next in interface java.util.Iterator<K>next in class LocalCache.HashIterator<K>