Class CellFlatMap.CellFlatMapCollection
java.lang.Object
org.apache.hadoop.hbase.regionserver.CellFlatMap.CellFlatMapCollection
- All Implemented Interfaces:
Iterable<T>
,Collection<T>
- Enclosing class:
- CellFlatMap<T extends Cell>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
addAll
(Collection<? extends T> collection) void
clear()
boolean
boolean
containsAll
(Collection<?> collection) boolean
isEmpty()
iterator()
boolean
boolean
removeAll
(Collection<?> collection) boolean
retainAll
(Collection<?> collection) int
size()
Object[]
toArray()
<T> T[]
toArray
(T[] ts) 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
equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
-
Constructor Details
-
CellFlatMapCollection
private CellFlatMapCollection()
-
-
Method Details
-
size
- Specified by:
size
in interfaceCollection<T extends Cell>
-
isEmpty
- Specified by:
isEmpty
in interfaceCollection<T extends Cell>
-
clear
- Specified by:
clear
in interfaceCollection<T extends Cell>
-
contains
- Specified by:
contains
in interfaceCollection<T extends Cell>
-
iterator
-
toArray
- Specified by:
toArray
in interfaceCollection<T extends Cell>
-
toArray
- Specified by:
toArray
in interfaceCollection<T extends Cell>
-
add
- Specified by:
add
in interfaceCollection<T extends Cell>
-
remove
- Specified by:
remove
in interfaceCollection<T extends Cell>
-
containsAll
- Specified by:
containsAll
in interfaceCollection<T extends Cell>
-
addAll
- Specified by:
addAll
in interfaceCollection<T extends Cell>
-
removeAll
- Specified by:
removeAll
in interfaceCollection<T extends Cell>
-
retainAll
- Specified by:
retainAll
in interfaceCollection<T extends Cell>
-