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