Uses of Class
org.eclipse.jgit.internal.storage.file.BitmapIndexImpl.CompressedBitmapBuilder
-
Packages that use BitmapIndexImpl.CompressedBitmapBuilder Package Description org.eclipse.jgit.internal.storage.file File based repository storage. -
-
Uses of BitmapIndexImpl.CompressedBitmapBuilder in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that return BitmapIndexImpl.CompressedBitmapBuilder Modifier and Type Method Description BitmapIndexImpl.CompressedBitmapBuilder
BitmapIndexImpl.CompressedBitmapBuilder. andNot(BitmapIndex.Bitmap other)
BitmapIndexImpl.CompressedBitmapBuilder
BitmapIndexImpl. newBitmapBuilder()
Create a newBitmapBuilder
based on the values in the index.BitmapIndexImpl.CompressedBitmapBuilder
BitmapIndexImpl.CompressedBitmapBuilder. or(BitmapIndex.Bitmap other)
BitmapIndexImpl.CompressedBitmapBuilder
BitmapIndexImpl.CompressedBitmapBuilder. xor(BitmapIndex.Bitmap other)
-