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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanaddAll(Collection<? extends T> 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, toArray
-
Constructor Details
-
CellFlatMapCollection
private CellFlatMapCollection()
-
-
Method Details
-
size
- Specified by:
sizein interfaceCollection<T extends Cell>
-
isEmpty
- Specified by:
isEmptyin interfaceCollection<T extends Cell>
-
clear
- Specified by:
clearin interfaceCollection<T extends Cell>
-
contains
- Specified by:
containsin interfaceCollection<T extends Cell>
-
iterator
-
toArray
- Specified by:
toArrayin interfaceCollection<T extends Cell>
-
toArray
- Specified by:
toArrayin interfaceCollection<T extends Cell>
-
add
- Specified by:
addin interfaceCollection<T extends Cell>
-
remove
- Specified by:
removein interfaceCollection<T extends Cell>
-
containsAll
- Specified by:
containsAllin interfaceCollection<T extends Cell>
-
addAll
- Specified by:
addAllin interfaceCollection<T extends Cell>
-
removeAll
- Specified by:
removeAllin interfaceCollection<T extends Cell>
-
retainAll
- Specified by:
retainAllin interfaceCollection<T extends Cell>
-