public interface BitmapDataProvider extends ImmutableBitmapDataProvider
| Modifier and Type | Method and Description |
|---|---|
void |
add(int x)
set the value to "true", whether it already appears or not.
|
void |
remove(int x)
If present remove the specified integers (effectively, sets its bit value to false)
|
void |
trim()
Recover allocated but unused memory.
|
contains, first, forEach, getCardinality, getIntIterator, getLongCardinality, getLongSizeInBytes, getReverseIntIterator, getSizeInBytes, isEmpty, last, limit, rank, rankLong, select, serialize, serializedSizeInBytes, toArrayvoid add(int x)
x - integer valuevoid remove(int x)
x - integer value representing the index in a bitmapvoid trim()
Copyright © 2017. All rights reserved.