Class CellFlatMap.CellFlatMapCollection
java.lang.Object
org.apache.hadoop.hbase.regionserver.CellFlatMap.CellFlatMapCollection
- All Implemented Interfaces:
Iterable<Cell>,Collection<Cell>
- Enclosing class:
- CellFlatMap
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanaddAll(Collection<? extends Cell> collection) voidclear()booleanbooleancontainsAll(Collection<?> collection) booleanisEmpty()iterator()booleanbooleanremoveAll(Collection<?> collection) booleanretainAll(Collection<?> collection) intsize()Object[]toArray()<T> T[]toArray(T[] ts) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream
-
Constructor Details
-
CellFlatMapCollection
private CellFlatMapCollection()
-
-
Method Details
-
size
- Specified by:
sizein interfaceCollection<Cell>
-
isEmpty
- Specified by:
isEmptyin interfaceCollection<Cell>
-
clear
- Specified by:
clearin interfaceCollection<Cell>
-
contains
- Specified by:
containsin interfaceCollection<Cell>
-
iterator
-
toArray
- Specified by:
toArrayin interfaceCollection<Cell>
-
toArray
- Specified by:
toArrayin interfaceCollection<Cell>
-
add
- Specified by:
addin interfaceCollection<Cell>
-
remove
- Specified by:
removein interfaceCollection<Cell>
-
containsAll
- Specified by:
containsAllin interfaceCollection<Cell>
-
addAll
- Specified by:
addAllin interfaceCollection<Cell>
-
removeAll
- Specified by:
removeAllin interfaceCollection<Cell>
-
retainAll
- Specified by:
retainAllin interfaceCollection<Cell>
-