public interface MappeableContainerPointer extends java.lang.Comparable<MappeableContainerPointer>, java.lang.Cloneable
| 限定符和类型 | 方法和说明 |
|---|---|
void |
advance()
Move to the next container
|
MappeableContainerPointer |
clone()
Create a copy
|
int |
getCardinality()
Returns the cardinality of the current container.
|
MappeableContainer |
getContainer()
This method can be used to check whether there is current a valid container as it returns null
when there is not.
|
int |
getSizeInBytes()
Get the size in bytes of the container.
|
boolean |
hasContainer() |
boolean |
isBitmapContainer()
Returns true if it is a bitmap container (MappeableBitmapContainer).
|
boolean |
isRunContainer()
Returns true if it is a run container (MappeableRunContainer).
|
char |
key()
The key is a 16-bit integer that indicates the position of the container in the roaring bitmap.
|
void |
previous()
Move to the previous container
|
void advance()
MappeableContainerPointer clone()
int getCardinality()
MappeableContainer getContainer()
int getSizeInBytes()
boolean hasContainer()
boolean isBitmapContainer()
boolean isRunContainer()
char key()
void previous()