public interface BitmapIndex
| Modifier and Type | Method and Description | 
|---|---|
ImmutableBitmap | 
getBitmap(int idx)  | 
BitmapFactory | 
getBitmapFactory()  | 
int | 
getCardinality()  | 
int | 
getIndex(String value)
Returns the index of "value" in this BitmapIndex, or (-(insertion point) - 1) if the value is not
 present, in the manner of Arrays.binarySearch. 
 | 
String | 
getValue(int index)  | 
boolean | 
hasNulls()  | 
int getCardinality()
String getValue(int index)
boolean hasNulls()
BitmapFactory getBitmapFactory()
int getIndex(String value)
value - value to search forImmutableBitmap getBitmap(int idx)
Copyright © 2011–2018. All rights reserved.