private static final class CopyOnWriteArrayMap.ArrayValueIterator<K,V> extends Object implements Iterator<V>
Modifier and Type | Field and Description |
---|---|
private CopyOnWriteArrayMap.ArrayHolder<K,V> |
holder |
(package private) int |
index |
Modifier | Constructor and Description |
---|---|
private |
ArrayValueIterator(CopyOnWriteArrayMap.ArrayHolder<K,V> holder) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
V |
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 ArrayValueIterator(CopyOnWriteArrayMap.ArrayHolder<K,V> holder)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.