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 class
PackBitmapIndexBuilder
Helper for constructingPackBitmapIndex
es.(package private) class
PackBitmapIndexV1
Support for the pack bitmap index v1 format.Fields in org.eclipse.jgit.internal.storage.file declared as BasePackBitmapIndex Modifier and Type Field Description private BasePackBitmapIndex
PackBitmapIndexRemapper. oldPackIndex
Constructors in org.eclipse.jgit.internal.storage.file with parameters of type BasePackBitmapIndex Constructor Description PackBitmapIndexRemapper(BasePackBitmapIndex oldPackIndex, PackBitmapIndex newPackIndex)
-