Uses of Class
org.eclipse.jgit.internal.storage.file.PackBitmapIndexRemapper
-
Packages that use PackBitmapIndexRemapper Package Description org.eclipse.jgit.internal.storage.file File based repository storage. -
-
Uses of PackBitmapIndexRemapper in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that return PackBitmapIndexRemapper Modifier and Type Method Description static PackBitmapIndexRemapperPackBitmapIndexRemapper. newPackBitmapIndex(BitmapIndex prevBitmapIndex, PackBitmapIndex newIndex)A PackBitmapIndex that maps the positions in the prevBitmapIndex to the ones in the newIndex.
-