Class PackBitmapIndexBuilder.PositionEntry

java.lang.Object
org.eclipse.jgit.lib.AnyObjectId
org.eclipse.jgit.lib.ObjectId
org.eclipse.jgit.lib.ObjectIdOwnerMap.Entry
org.eclipse.jgit.internal.storage.file.PackBitmapIndexBuilder.PositionEntry
All Implemented Interfaces:
Serializable, Comparable<AnyObjectId>
Enclosing class:
PackBitmapIndexBuilder

private static final class PackBitmapIndexBuilder.PositionEntry extends ObjectIdOwnerMap.Entry
  • Field Details

    • namePosition

      final int namePosition
    • offsetPosition

      int offsetPosition
  • Constructor Details

    • PositionEntry

      PositionEntry(AnyObjectId objectId, int namePosition)