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 voidPackBitmapIndexBuilder. 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 interfaceBitmapIndex.BitmapBuilderA builder for a bitmap.Methods in org.eclipse.jgit.lib that return BitmapIndex.Bitmap Modifier and Type Method Description BitmapIndex.BitmapBitmapIndex.Bitmap. andNot(BitmapIndex.Bitmap other)Bitwise-AND-NOT the current bitmap with the value from the other bitmap.BitmapIndex.BitmapBitmapIndex.BitmapBuilder. build()BitmapIndex.BitmapBitmapIndex. getBitmap(AnyObjectId objectId)Get the bitmap for the id.BitmapIndex.BitmapBitmapIndex.Bitmap. or(BitmapIndex.Bitmap other)Bitwise-OR the current bitmap with the value from the other bitmap.BitmapIndex.BitmapBitmapIndex.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.BitmapBitmapIndex.Bitmap. andNot(BitmapIndex.Bitmap other)Bitwise-AND-NOT the current bitmap with the value from the other bitmap.BitmapIndex.BitmapBuilderBitmapIndex.BitmapBuilder. andNot(BitmapIndex.Bitmap other)Bitwise-AND-NOT the current bitmap with the value from the other bitmap.BitmapIndex.BitmapBitmapIndex.Bitmap. or(BitmapIndex.Bitmap other)Bitwise-OR the current bitmap with the value from the other bitmap.BitmapIndex.BitmapBuilderBitmapIndex.BitmapBuilder. or(BitmapIndex.Bitmap other)Bitwise-OR the current bitmap with the value from the other bitmap.BitmapIndex.BitmapBitmapIndex.Bitmap. xor(BitmapIndex.Bitmap other)Bitwise-XOR the current bitmap with the value from the other bitmap.BitmapIndex.BitmapBuilderBitmapIndex.BitmapBuilder. xor(BitmapIndex.Bitmap other)Bitwise-XOR the current bitmap with the value from the other bitmap.
-