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.CompressedBitmapBuilderBitmapIndexImpl.CompressedBitmapBuilder. andNot(BitmapIndex.Bitmap other)BitmapIndexImpl.CompressedBitmapBuilderBitmapIndexImpl. newBitmapBuilder()Create a newBitmapBuilderbased on the values in the index.BitmapIndexImpl.CompressedBitmapBuilderBitmapIndexImpl.CompressedBitmapBuilder. or(BitmapIndex.Bitmap other)BitmapIndexImpl.CompressedBitmapBuilderBitmapIndexImpl.CompressedBitmapBuilder. xor(BitmapIndex.Bitmap other)
-