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