public class BitmapOffset extends Object implements Offset
| Constructor and Description |
|---|
BitmapOffset(com.metamx.collections.bitmap.BitmapFactory bitmapFactory,
com.metamx.collections.bitmap.ImmutableBitmap bitmapIndex,
boolean descending) |
| Modifier and Type | Method and Description |
|---|---|
Offset |
clone() |
int |
getOffset() |
static org.roaringbitmap.IntIterator |
getReverseBitmapOffsetIterator(com.metamx.collections.bitmap.ImmutableBitmap bitmapIndex) |
void |
increment() |
boolean |
withinBounds() |
public BitmapOffset(com.metamx.collections.bitmap.BitmapFactory bitmapFactory,
com.metamx.collections.bitmap.ImmutableBitmap bitmapIndex,
boolean descending)
public static org.roaringbitmap.IntIterator getReverseBitmapOffsetIterator(com.metamx.collections.bitmap.ImmutableBitmap bitmapIndex)
public boolean withinBounds()
withinBounds in interface Offsetpublic Offset clone()
public int getOffset()
getOffset in interface ReadableOffsetCopyright © 2011–2016. All rights reserved.