Uses of Interface
org.eclipse.jgit.lib.BitmapIndex.Bitmap
-
Packages that use BitmapIndex.Bitmap Package Description org.eclipse.jgit.internal.storage.file File based repository storage.org.eclipse.jgit.lib Core API for repository, config, refs, object database. -
-
Uses of BitmapIndex.Bitmap in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file with parameters of type BitmapIndex.Bitmap Modifier and Type Method Description void
PackBitmapIndexBuilder. addBitmap(AnyObjectId objectId, BitmapIndex.Bitmap bitmap, int flags)
Stores the bitmap for the objectId. -
Uses of BitmapIndex.Bitmap in org.eclipse.jgit.lib
Subinterfaces of BitmapIndex.Bitmap in org.eclipse.jgit.lib Modifier and Type Interface Description static interface
BitmapIndex.BitmapBuilder
A builder for a bitmap.Methods in org.eclipse.jgit.lib that return BitmapIndex.Bitmap Modifier and Type Method 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.Methods in org.eclipse.jgit.lib with parameters of type BitmapIndex.Bitmap Modifier and Type Method 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.
-