Uses of Class
org.eclipse.jgit.internal.storage.file.BitmapIndexImpl
-
Packages that use BitmapIndexImpl Package Description org.eclipse.jgit.internal.storage.file File based repository storage.org.eclipse.jgit.internal.storage.pack Reading/writing Git pack files. -
-
Uses of BitmapIndexImpl in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as BitmapIndexImpl Modifier and Type Field Description (package private) BitmapIndexImpl
BitmapIndexImpl.CompressedBitmap. bitmapIndex
private BitmapIndexImpl
BitmapIndexImpl.CompressedBitmapBuilder. bitmapIndex
Methods in org.eclipse.jgit.internal.storage.file that return BitmapIndexImpl Modifier and Type Method Description BitmapIndexImpl
BitmapIndexImpl.CompressedBitmapBuilder. getBitmapIndex()
Constructors in org.eclipse.jgit.internal.storage.file with parameters of type BitmapIndexImpl Constructor Description CompressedBitmap(com.googlecode.javaewah.EWAHCompressedBitmap bitmap, BitmapIndexImpl bitmapIndex)
Construct compressed bitmap for given bitmap and bitmap indexCompressedBitmapBuilder(BitmapIndexImpl bitmapIndex)
-
Uses of BitmapIndexImpl in org.eclipse.jgit.internal.storage.pack
Fields in org.eclipse.jgit.internal.storage.pack declared as BitmapIndexImpl Modifier and Type Field Description private BitmapIndexImpl
PackWriterBitmapPreparer. bitmapIndex
private BitmapIndexImpl
PackWriterBitmapPreparer. commitBitmapIndex
-