Package | Description |
---|---|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
Modifier and Type | Method and Description |
---|---|
BitmapIndexImpl.CompressedBitmap |
BitmapIndexImpl.CompressedBitmap.andNot(BitmapIndex.Bitmap other) |
BitmapIndexImpl.CompressedBitmap |
BitmapIndexImpl.getBitmap(AnyObjectId objectId)
Get the bitmap for the id.
|
BitmapIndexImpl.CompressedBitmap |
BitmapIndexImpl.CompressedBitmap.or(BitmapIndex.Bitmap other) |
BitmapIndexImpl.CompressedBitmap |
BitmapIndexImpl.CompressedBitmap.xor(BitmapIndex.Bitmap other) |
Copyright © 2020 Eclipse JGit Project. All rights reserved.