Class BitmapIndexImpl

java.lang.Object
org.eclipse.jgit.internal.storage.file.BitmapIndexImpl
All Implemented Interfaces:
BitmapIndex

public class BitmapIndexImpl extends Object implements BitmapIndex
A compressed bitmap representation of the entire object graph.
  • Constructor Details

    • BitmapIndexImpl

      public BitmapIndexImpl(PackBitmapIndex packIndex)
      Creates a BitmapIndex that is back by Compressed bitmaps.
      Parameters:
      packIndex - the bitmap index for the pack.
  • Method Details