Class PackBitmapIndexBuilder.StoredEntry
- java.lang.Object
-
- org.eclipse.jgit.internal.storage.file.PackBitmapIndexBuilder.StoredEntry
-
- Enclosing class:
- PackBitmapIndexBuilder
public static final class PackBitmapIndexBuilder.StoredEntry extends java.lang.ObjectData object for the on disk representation of a bitmap entry.
-
-
Constructor Summary
Constructors Constructor Description StoredEntry(long objectId, com.googlecode.javaewah.EWAHCompressedBitmap bitmap, int xorOffset, int flags)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.googlecode.javaewah.EWAHCompressedBitmapgetBitmap()intgetFlags()longgetObjectId()intgetXorOffset()
-