Package | Description |
---|---|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
Modifier and Type | Method and Description |
---|---|
BitmapIndexImpl.CompressedBitmapBuilder |
BitmapIndexImpl.CompressedBitmapBuilder.andNot(BitmapIndex.Bitmap other) |
BitmapIndexImpl.CompressedBitmapBuilder |
BitmapIndexImpl.newBitmapBuilder()
Create a new
BitmapBuilder based on the values in the index. |
BitmapIndexImpl.CompressedBitmapBuilder |
BitmapIndexImpl.CompressedBitmapBuilder.or(BitmapIndex.Bitmap other) |
BitmapIndexImpl.CompressedBitmapBuilder |
BitmapIndexImpl.CompressedBitmapBuilder.xor(BitmapIndex.Bitmap other) |