public interface BitmapIndex
Modifier and Type | Interface and Description |
---|---|
static interface |
BitmapIndex.Bitmap
A bitmap representation of ObjectIds that can be iterated to return the
underlying
ObjectId s or operated on with other Bitmap s. |
static interface |
BitmapIndex.BitmapBuilder
A builder for a bitmap.
|
Modifier and Type | Method and Description |
---|---|
BitmapIndex.Bitmap |
getBitmap(AnyObjectId objectId)
Get the bitmap for the id.
|
BitmapIndex.BitmapBuilder |
newBitmapBuilder()
Create a new
BitmapBuilder based on the values in the index. |
BitmapIndex.Bitmap getBitmap(AnyObjectId objectId)
objectId
- the object IDBitmapIndex.BitmapBuilder newBitmapBuilder()
BitmapBuilder
based on the values in the index.BitmapBuilder
based on the values in the index.Copyright © 2020 Eclipse JGit Project. All rights reserved.