Package | Description |
---|---|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
Modifier and Type | Class and Description |
---|---|
static class |
BitmapIndexImpl.CompressedBitmap
Wrapper for a
EWAHCompressedBitmap and PackBitmapIndex . |
Modifier and Type | Method and Description |
---|---|
void |
PackBitmapIndexBuilder.addBitmap(AnyObjectId objectId,
BitmapIndex.Bitmap bitmap,
int flags)
Stores the bitmap for the objectId.
|
BitmapIndexImpl.CompressedBitmap |
BitmapIndexImpl.CompressedBitmap.andNot(BitmapIndex.Bitmap other) |
BitmapIndexImpl.CompressedBitmap |
BitmapIndexImpl.CompressedBitmap.or(BitmapIndex.Bitmap other) |
BitmapIndexImpl.CompressedBitmap |
BitmapIndexImpl.CompressedBitmap.xor(BitmapIndex.Bitmap other) |
Modifier and Type | Interface and Description |
---|---|
static interface |
BitmapIndex.BitmapBuilder
A builder for a bitmap.
|
Modifier and Type | Method and Description |
---|---|
BitmapIndex.Bitmap |
BitmapIndex.Bitmap.andNot(BitmapIndex.Bitmap other)
Bitwise-AND-NOT the current bitmap with the value from the other
bitmap.
|
BitmapIndex.Bitmap |
BitmapIndex.BitmapBuilder.build() |
BitmapIndex.Bitmap |
BitmapIndex.getBitmap(AnyObjectId objectId)
Get the bitmap for the id.
|
BitmapIndex.Bitmap |
BitmapIndex.Bitmap.or(BitmapIndex.Bitmap other)
Bitwise-OR the current bitmap with the value from the other
bitmap.
|
BitmapIndex.Bitmap |
BitmapIndex.Bitmap.xor(BitmapIndex.Bitmap other)
Bitwise-XOR the current bitmap with the value from the other
bitmap.
|
Modifier and Type | Method and Description |
---|---|
BitmapIndex.Bitmap |
BitmapIndex.Bitmap.andNot(BitmapIndex.Bitmap other)
Bitwise-AND-NOT the current bitmap with the value from the other
bitmap.
|
BitmapIndex.BitmapBuilder |
BitmapIndex.BitmapBuilder.andNot(BitmapIndex.Bitmap other)
Bitwise-AND-NOT the current bitmap with the value from the other
bitmap.
|
BitmapIndex.Bitmap |
BitmapIndex.Bitmap.or(BitmapIndex.Bitmap other)
Bitwise-OR the current bitmap with the value from the other
bitmap.
|
BitmapIndex.BitmapBuilder |
BitmapIndex.BitmapBuilder.or(BitmapIndex.Bitmap other)
Bitwise-OR the current bitmap with the value from the other bitmap.
|
BitmapIndex.Bitmap |
BitmapIndex.Bitmap.xor(BitmapIndex.Bitmap other)
Bitwise-XOR the current bitmap with the value from the other
bitmap.
|
BitmapIndex.BitmapBuilder |
BitmapIndex.BitmapBuilder.xor(BitmapIndex.Bitmap other)
Bitwise-XOR the current bitmap with the value from the other bitmap.
|
Copyright © 2018 Eclipse JGit Project. All rights reserved.