Class PackBitmapIndexBuilder.StoredEntry

java.lang.Object
org.eclipse.jgit.internal.storage.file.PackBitmapIndexBuilder.StoredEntry
Enclosing class:
PackBitmapIndexBuilder

public static final class PackBitmapIndexBuilder.StoredEntry extends Object
Data object for the on disk representation of a bitmap entry.
  • Method Details

    • getBitmap

      public com.googlecode.javaewah.EWAHCompressedBitmap getBitmap()
      Get the bitmap
      Returns:
      the bitmap
    • getXorOffset

      public int getXorOffset()
      Get the xorOffset
      Returns:
      the xorOffset
    • getFlags

      public int getFlags()
      Get the flags
      Returns:
      the flags
    • getObjectId

      public long getObjectId()
      Get the ObjectId
      Returns:
      the ObjectId