public interface ContainerPointer extends Comparable<ContainerPointer>, Cloneable
| Modifier and Type | Method and Description |
|---|---|
void |
advance()
Move to the next container
|
ContainerPointer |
clone()
Create a copy
|
int |
getCardinality()
Return the cardinality of the current container
|
Container |
getContainer()
This method can be used to check whether there is current a valid container as it returns null
when there is not.
|
boolean |
isBitmapContainer()
Check whether the current container is a bitmap container.
|
boolean |
isRunContainer()
Check whether the current container is a run container.
|
short |
key()
The key is a 16-bit integer that indicates the position of the container in the roaring bitmap.
|
compareTovoid advance()
ContainerPointer clone()
int getCardinality()
Container getContainer()
boolean isBitmapContainer()
boolean isRunContainer()
short key()
Copyright © 2017. All rights reserved.