private final class CopyOnWriteArrayMap.ArrayEntrySet<K,V> extends Object implements Set<Map.Entry<K,V>>
Modifier and Type | Field and Description |
---|---|
private CopyOnWriteArrayMap.ArrayHolder<K,V> |
holder |
Modifier | Constructor and Description |
---|---|
private |
ArrayEntrySet(CopyOnWriteArrayMap.ArrayHolder<K,V> holder) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(Map.Entry<K,V> kvEntry) |
boolean |
addAll(Collection<? extends Map.Entry<K,V>> c) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
boolean |
isEmpty() |
Iterator<Map.Entry<K,V>> |
iterator() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
int |
size() |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode, spliterator
parallelStream, removeIf, stream
private final CopyOnWriteArrayMap.ArrayHolder<K,V> holder
private ArrayEntrySet(CopyOnWriteArrayMap.ArrayHolder<K,V> holder)
public int size()
public boolean isEmpty()
public <T> T[] toArray(T[] a)
public boolean containsAll(Collection<?> c)
containsAll
in interface Collection<Map.Entry<K,V>>
containsAll
in interface Set<Map.Entry<K,V>>
public boolean addAll(Collection<? extends Map.Entry<K,V>> c)
public boolean retainAll(Collection<?> c)
public boolean removeAll(Collection<?> c)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.