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.org.eclipse.jgit.internal.storage.pack Reading/writing Git pack files. -
-
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 PackBitmapIndexRemapper
PackBitmapIndexRemapper. newPackBitmapIndex(BitmapIndex prevBitmapIndex, PackBitmapIndex newIndex)
A PackBitmapIndex that maps the positions in the prevBitmapIndex to the ones in the newIndex. -
Uses of PackBitmapIndexRemapper in org.eclipse.jgit.internal.storage.pack
Fields in org.eclipse.jgit.internal.storage.pack declared as PackBitmapIndexRemapper Modifier and Type Field Description private PackBitmapIndexRemapper
PackWriterBitmapPreparer. bitmapRemapper
-