public interface ImmutableBitmap
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
get(int value)
Returns true if the bit at position value is set 
 | 
ImmutableBitmap | 
intersection(ImmutableBitmap otherBitmap)
Compute the bitwise-and of this bitmap with another bitmap. 
 | 
boolean | 
isEmpty()  | 
org.roaringbitmap.IntIterator | 
iterator()  | 
int | 
size()  | 
byte[] | 
toBytes()  | 
org.roaringbitmap.IntIterator iterator()
int size()
byte[] toBytes()
boolean isEmpty()
boolean get(int value)
value - the position to checkImmutableBitmap intersection(ImmutableBitmap otherBitmap)
otherBitmap - other bitmapCopyright © 2011–2018. All rights reserved.