Uses of Class
org.eclipse.jgit.internal.storage.file.BitmapIndexImpl.CompressedBitmap
-
Packages that use BitmapIndexImpl.CompressedBitmap Package Description org.eclipse.jgit.internal.storage.file File based repository storage. -
-
Uses of BitmapIndexImpl.CompressedBitmap in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that return BitmapIndexImpl.CompressedBitmap Modifier and Type Method Description BitmapIndexImpl.CompressedBitmapBitmapIndexImpl.CompressedBitmap. andNot(BitmapIndex.Bitmap other)BitmapIndexImpl.CompressedBitmapBitmapIndexImpl. getBitmap(AnyObjectId objectId)Get the bitmap for the id.BitmapIndexImpl.CompressedBitmapBitmapIndexImpl.CompressedBitmap. or(BitmapIndex.Bitmap other)BitmapIndexImpl.CompressedBitmapBitmapIndexImpl.CompressedBitmap. xor(BitmapIndex.Bitmap other)
-