Uses of Class
org.eclipse.jgit.internal.storage.file.BasePackBitmapIndex
-
Packages that use BasePackBitmapIndex Package Description org.eclipse.jgit.internal.storage.file File based repository storage. -
-
Uses of BasePackBitmapIndex in org.eclipse.jgit.internal.storage.file
Subclasses of BasePackBitmapIndex in org.eclipse.jgit.internal.storage.file Modifier and Type Class Description classPackBitmapIndexBuilderHelper for constructingPackBitmapIndexes.(package private) classPackBitmapIndexV1Support for the pack bitmap index v1 format.Fields in org.eclipse.jgit.internal.storage.file declared as BasePackBitmapIndex Modifier and Type Field Description private BasePackBitmapIndexPackBitmapIndexRemapper. oldPackIndexConstructors in org.eclipse.jgit.internal.storage.file with parameters of type BasePackBitmapIndex Constructor Description PackBitmapIndexRemapper(BasePackBitmapIndex oldPackIndex, PackBitmapIndex newPackIndex)
-