Package org.apache.hadoop.hbase.types
Class CopyOnWriteArrayMap.ArrayValueCollection<K,V>
java.lang.Object
org.apache.hadoop.hbase.types.CopyOnWriteArrayMap.ArrayValueCollection<K,V>
- All Implemented Interfaces:
Iterable<V>,Collection<V>
- Enclosing class:
- CopyOnWriteArrayMap<K,
V>
private final class CopyOnWriteArrayMap.ArrayValueCollection<K,V>
extends Object
implements Collection<V>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanaddAll(Collection<? extends V> c) voidclear()booleanbooleancontainsAll(Collection<?> c) booleaninthashCode()booleanisEmpty()iterator()booleanbooleanremoveAll(Collection<?> c) booleanretainAll(Collection<?> c) intsize()Object[]toArray()<T> T[]toArray(T[] a) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, spliterator, stream, toArray
-
Field Details
-
holder
-
-
Constructor Details
-
ArrayValueCollection
-
-
Method Details
-
size
- Specified by:
sizein interfaceCollection<K>
-
isEmpty
- Specified by:
isEmptyin interfaceCollection<K>
-
contains
- Specified by:
containsin interfaceCollection<K>
-
iterator
-
toArray
- Specified by:
toArrayin interfaceCollection<K>
-
toArray
- Specified by:
toArrayin interfaceCollection<K>
-
add
- Specified by:
addin interfaceCollection<K>
-
remove
- Specified by:
removein interfaceCollection<K>
-
containsAll
- Specified by:
containsAllin interfaceCollection<K>
-
addAll
- Specified by:
addAllin interfaceCollection<K>
-
removeAll
- Specified by:
removeAllin interfaceCollection<K>
-
retainAll
- Specified by:
retainAllin interfaceCollection<K>
-
clear
- Specified by:
clearin interfaceCollection<K>
-
equals
- Specified by:
equalsin interfaceCollection<K>- Overrides:
equalsin classObject
-
hashCode
- Specified by:
hashCodein interfaceCollection<K>- Overrides:
hashCodein classObject
-