BitmapIndexpublic class BitmapIndexImpl extends Object implements BitmapIndex
BitmapIndex.Bitmap, BitmapIndex.BitmapBuilder| Constructor | Description |
|---|---|
BitmapIndexImpl(PackBitmapIndex packIndex) |
Creates a BitmapIndex that is back by Compressed bitmaps.
|
| Modifier and Type | Method | Description |
|---|---|---|
org.eclipse.jgit.internal.storage.file.BitmapIndexImpl.CompressedBitmap |
getBitmap(AnyObjectId objectId) |
Get the bitmap for the id.
|
org.eclipse.jgit.internal.storage.file.BitmapIndexImpl.CompressedBitmapBuilder |
newBitmapBuilder() |
public BitmapIndexImpl(PackBitmapIndex packIndex)
packIndex - the bitmap index for the pack.public org.eclipse.jgit.internal.storage.file.BitmapIndexImpl.CompressedBitmap getBitmap(AnyObjectId objectId)
BitmapIndexgetBitmap in interface BitmapIndexobjectId - the object IDpublic org.eclipse.jgit.internal.storage.file.BitmapIndexImpl.CompressedBitmapBuilder newBitmapBuilder()
newBitmapBuilder in interface BitmapIndexBitmapBuilder based on the values in the index.Copyright © 2018. All rights reserved.