private static final class CopyOnWriteArrayMap.ArrayKeyIterator<K,V> extends Object implements Iterator<K>
Modifier and Type | Field and Description |
---|---|
private CopyOnWriteArrayMap.ArrayHolder<K,V> |
holder |
(package private) int |
index |
Modifier | Constructor and Description |
---|---|
private |
ArrayKeyIterator(CopyOnWriteArrayMap.ArrayHolder<K,V> holder) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
K |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
int index
private final CopyOnWriteArrayMap.ArrayHolder<K,V> holder
private ArrayKeyIterator(CopyOnWriteArrayMap.ArrayHolder<K,V> holder)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.