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) final BasePackBitmapIndex.StoredBitmap
BasePackBitmapIndex.XorCompressedBitmap.xorBitmap
Fields in org.eclipse.jgit.internal.storage.file with type parameters of type BasePackBitmapIndex.StoredBitmapModifier and TypeFieldDescriptionprivate final ObjectIdOwnerMap
<BasePackBitmapIndex.StoredBitmap> BasePackBitmapIndex.bitmaps
private final ObjectIdOwnerMap
<BasePackBitmapIndex.StoredBitmap> PackBitmapIndexV1.bitmaps
private final LinkedList
<BasePackBitmapIndex.StoredBitmap> PackBitmapIndexBuilder.bitmapsToWriteXorBuffer
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)