Package org.apache.hadoop.hbase.types
Class CopyOnWriteArrayMap.ArrayEntrySet<K,V>
java.lang.Object
org.apache.hadoop.hbase.types.CopyOnWriteArrayMap.ArrayEntrySet<K,V>
- All Implemented Interfaces:
Iterable<Map.Entry<K,
,V>> Collection<Map.Entry<K,
,V>> Set<Map.Entry<K,
V>>
- Enclosing class:
- CopyOnWriteArrayMap<K,
V>
private final class CopyOnWriteArrayMap.ArrayEntrySet<K,V>
extends Object
implements Set<Map.Entry<K,V>>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
addAll
(Collection<? extends Map.Entry<K, V>> c) void
clear()
boolean
boolean
containsAll
(Collection<?> c) boolean
isEmpty()
iterator()
boolean
boolean
removeAll
(Collection<?> c) boolean
retainAll
(Collection<?> c) int
size()
Object[]
toArray()
<T> T[]
toArray
(T[] a) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.Set
equals, hashCode, spliterator
-
Field Details
-
holder
-
-
Constructor Details
-
ArrayEntrySet
-
-
Method Details
-
size
-
isEmpty
-
contains
-
iterator
-
toArray
-
toArray
-
add
-
remove
-
containsAll
- Specified by:
containsAll
in interfaceCollection<K>
- Specified by:
containsAll
in interfaceSet<K>
-
addAll
-
retainAll
-
removeAll
-
clear
-