public class BitmapIndexImpl extends Object implements BitmapIndex
BitmapIndex.Bitmap, BitmapIndex.BitmapBuilder
Constructor and Description |
---|
BitmapIndexImpl(PackBitmapIndex packIndex)
Creates a BitmapIndex that is back by Compressed bitmaps.
|
Modifier and Type | Method and 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)
BitmapIndex
getBitmap
in interface BitmapIndex
objectId
- the object IDpublic org.eclipse.jgit.internal.storage.file.BitmapIndexImpl.CompressedBitmapBuilder newBitmapBuilder()
newBitmapBuilder
in interface BitmapIndex
BitmapBuilder
based on the values in the index.Copyright © 2015 Eclipse JGit Project. All rights reserved.