Package org.apache.hadoop.hbase.types
Class CopyOnWriteArrayMap.ArrayKeySet<K,V>
java.lang.Object
org.apache.hadoop.hbase.types.CopyOnWriteArrayMap.ArrayKeySet<K,V>
- All Implemented Interfaces:
Iterable<K>
,Collection<K>
,NavigableSet<K>
,Set<K>
,SortedSet<K>
- Enclosing class:
- CopyOnWriteArrayMap<K,
V>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
addAll
(Collection<? extends K> c) void
clear()
Comparator<? super K>
boolean
boolean
containsAll
(Collection<?> c) first()
boolean
isEmpty()
iterator()
last()
pollLast()
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.SortedSet
spliterator
-
Field Details
-
holder
-
-
Constructor Details
-
ArrayKeySet
-
-
Method Details
-
size
-
isEmpty
-
contains
-
lower
- Specified by:
lower
in interfaceNavigableSet<K>
-
floor
- Specified by:
floor
in interfaceNavigableSet<K>
-
ceiling
- Specified by:
ceiling
in interfaceNavigableSet<K>
-
higher
- Specified by:
higher
in interfaceNavigableSet<K>
-
pollFirst
- Specified by:
pollFirst
in interfaceNavigableSet<K>
-
pollLast
- Specified by:
pollLast
in interfaceNavigableSet<K>
-
iterator
-
descendingSet
- Specified by:
descendingSet
in interfaceNavigableSet<K>
-
descendingIterator
- Specified by:
descendingIterator
in interfaceNavigableSet<K>
-
subSet
public NavigableSet<K> subSet(K fromElement, boolean fromInclusive, K toElement, boolean toInclusive) - Specified by:
subSet
in interfaceNavigableSet<K>
-
headSet
- Specified by:
headSet
in interfaceNavigableSet<K>
-
tailSet
- Specified by:
tailSet
in interfaceNavigableSet<K>
-
comparator
- Specified by:
comparator
in interfaceSortedSet<K>
-
subSet
-
headSet
-
tailSet
-
first
-
last
-
toArray
-
toArray
-
add
-
remove
-
containsAll
- Specified by:
containsAll
in interfaceCollection<K>
- Specified by:
containsAll
in interfaceSet<K>
-
addAll
-
retainAll
-
removeAll
-
clear
-