Uses of Class
org.eclipse.jgit.internal.storage.file.PackBitmapIndexBuilder.PositionEntry
-
Packages that use PackBitmapIndexBuilder.PositionEntry Package Description org.eclipse.jgit.internal.storage.file File based repository storage. -
-
Uses of PackBitmapIndexBuilder.PositionEntry in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file with type parameters of type PackBitmapIndexBuilder.PositionEntry Modifier and Type Field Description private BlockList<PackBitmapIndexBuilder.PositionEntry>
PackBitmapIndexBuilder. byOffset
(package private) ObjectIdOwnerMap<PackBitmapIndexBuilder.PositionEntry>
PackBitmapIndexBuilder. positionEntries
Method parameters in org.eclipse.jgit.internal.storage.file with type arguments of type PackBitmapIndexBuilder.PositionEntry Modifier and Type Method Description private static void
PackBitmapIndexBuilder. sortByOffsetAndIndex(BlockList<PackBitmapIndexBuilder.PositionEntry> byOffset, ObjectIdOwnerMap<PackBitmapIndexBuilder.PositionEntry> positionEntries, java.util.List<ObjectToPack> entries)
private static void
PackBitmapIndexBuilder. sortByOffsetAndIndex(BlockList<PackBitmapIndexBuilder.PositionEntry> byOffset, ObjectIdOwnerMap<PackBitmapIndexBuilder.PositionEntry> positionEntries, java.util.List<ObjectToPack> entries)
-