Uses of Class
org.eclipse.jgit.internal.storage.file.BasePackBitmapIndex.StoredBitmap
Packages that use BasePackBitmapIndex.StoredBitmap
-
Uses of BasePackBitmapIndex.StoredBitmap in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as BasePackBitmapIndex.StoredBitmapModifier and TypeFieldDescription(package private) BasePackBitmapIndex.StoredBitmapPackBitmapIndexV1.IdxPositionBitmap.sb(package private) final BasePackBitmapIndex.StoredBitmapBasePackBitmapIndex.XorCompressedBitmap.xorBitmapFields in org.eclipse.jgit.internal.storage.file with type parameters of type BasePackBitmapIndex.StoredBitmapModifier and TypeFieldDescriptionprivate final ObjectIdOwnerMap<BasePackBitmapIndex.StoredBitmap>BasePackBitmapIndex.bitmapsprivate final ObjectIdOwnerMap<BasePackBitmapIndex.StoredBitmap>PackBitmapIndexV1.bitmapsprivate final LinkedList<BasePackBitmapIndex.StoredBitmap>PackBitmapIndexBuilder.bitmapsToWriteXorBufferMethods in org.eclipse.jgit.internal.storage.file that return BasePackBitmapIndex.StoredBitmapModifier and TypeMethodDescription(package private) BasePackBitmapIndex.StoredBitmapPackBitmapIndexV1.IdxPositionBitmap.getXorStoredBitmap()Methods in org.eclipse.jgit.internal.storage.file that return types with arguments of type BasePackBitmapIndex.StoredBitmapModifier and TypeMethodDescription(package private) ObjectIdOwnerMap<BasePackBitmapIndex.StoredBitmap>BasePackBitmapIndex.getBitmaps()Methods in org.eclipse.jgit.internal.storage.file with parameters of type BasePackBitmapIndex.StoredBitmapModifier and TypeMethodDescriptionPackBitmapIndexBuilder.generateStoredEntry(BasePackBitmapIndex.StoredBitmap bitmapToWrite) Constructors in org.eclipse.jgit.internal.storage.file with parameters of type BasePackBitmapIndex.StoredBitmapModifierConstructorDescription(package private)StoredBitmap(AnyObjectId objectId, com.googlecode.javaewah.EWAHCompressedBitmap bitmap, BasePackBitmapIndex.StoredBitmap xorBitmap, int flags) (package private)XorCompressedBitmap(com.googlecode.javaewah.EWAHCompressedBitmap b, BasePackBitmapIndex.StoredBitmap xb) Constructor parameters in org.eclipse.jgit.internal.storage.file with type arguments of type BasePackBitmapIndex.StoredBitmapModifierConstructorDescription(package private)