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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.googlecode.javaewah.EWAHCompressedBitmap
getBitmap()
int
getFlags()
long
getObjectId()
int
getXorOffset()
-