Package | Description |
---|---|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
org.eclipse.jgit.internal.storage.pack |
Reading/writing Git pack files.
|
Modifier and Type | Field and Description |
---|---|
private BitmapIndexImpl |
BitmapIndexImpl.CompressedBitmapBuilder.bitmapIndex |
(package private) BitmapIndexImpl |
BitmapIndexImpl.CompressedBitmap.bitmapIndex |
Modifier and Type | Method and Description |
---|---|
BitmapIndexImpl |
BitmapIndexImpl.CompressedBitmapBuilder.getBitmapIndex() |
Constructor and Description |
---|
CompressedBitmap(com.googlecode.javaewah.EWAHCompressedBitmap bitmap,
BitmapIndexImpl bitmapIndex)
Construct compressed bitmap for given bitmap and bitmap index
|
CompressedBitmapBuilder(BitmapIndexImpl bitmapIndex) |
Modifier and Type | Field and Description |
---|---|
private BitmapIndexImpl |
PackWriterBitmapPreparer.bitmapIndex |
private BitmapIndexImpl |
PackWriterBitmapPreparer.commitBitmapIndex |