static class ConcurrentHashMapV8.BaseIterator<K,V> extends ConcurrentHashMapV8.Traverser<K,V>
| Modifier and Type | Field and Description |
|---|---|
(package private) ConcurrentHashMapV8.Node<K,V> |
lastReturned |
(package private) ConcurrentHashMapV8<K,V> |
map |
| Constructor and Description |
|---|
BaseIterator(ConcurrentHashMapV8.Node<K,V>[] tab,
int size,
int index,
int limit,
ConcurrentHashMapV8<K,V> map) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
boolean |
hasNext() |
void |
remove() |
advancefinal ConcurrentHashMapV8<K,V> map
ConcurrentHashMapV8.Node<K,V> lastReturned
BaseIterator(ConcurrentHashMapV8.Node<K,V>[] tab, int size, int index, int limit, ConcurrentHashMapV8<K,V> map)
Copyright © 2010-2020 Toolsverse. All Rights Reserved.