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) BitmapIndexImplBitmapIndexImpl.CompressedBitmap. bitmapIndexprivate BitmapIndexImplBitmapIndexImpl.CompressedBitmapBuilder. bitmapIndexMethods in org.eclipse.jgit.internal.storage.file that return BitmapIndexImpl Modifier and Type Method Description BitmapIndexImplBitmapIndexImpl.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 BitmapIndexImplPackWriterBitmapPreparer. bitmapIndexprivate BitmapIndexImplPackWriterBitmapPreparer. commitBitmapIndex
-