Uses of Class
org.eclipse.jgit.internal.storage.file.BasePackBitmapIndex.StoredBitmap
-
Packages that use BasePackBitmapIndex.StoredBitmap Package Description org.eclipse.jgit.internal.storage.file File based repository storage. -
-
Uses of BasePackBitmapIndex.StoredBitmap in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as BasePackBitmapIndex.StoredBitmap Modifier and Type Field Description (package private) BasePackBitmapIndex.StoredBitmapBasePackBitmapIndex.XorCompressedBitmap. xorBitmapFields in org.eclipse.jgit.internal.storage.file with type parameters of type BasePackBitmapIndex.StoredBitmap Modifier and Type Field Description private ObjectIdOwnerMap<BasePackBitmapIndex.StoredBitmap>BasePackBitmapIndex. bitmapsprivate ObjectIdOwnerMap<BasePackBitmapIndex.StoredBitmap>PackBitmapIndexV1. bitmapsprivate java.util.LinkedList<BasePackBitmapIndex.StoredBitmap>PackBitmapIndexBuilder. bitmapsToWriteXorBufferMethods in org.eclipse.jgit.internal.storage.file that return types with arguments of type BasePackBitmapIndex.StoredBitmap Modifier and Type Method Description (package private) ObjectIdOwnerMap<BasePackBitmapIndex.StoredBitmap>BasePackBitmapIndex. getBitmaps()Methods in org.eclipse.jgit.internal.storage.file with parameters of type BasePackBitmapIndex.StoredBitmap Modifier and Type Method Description private PackBitmapIndexBuilder.StoredEntryPackBitmapIndexBuilder. generateStoredEntry(BasePackBitmapIndex.StoredBitmap bitmapToWrite)Constructors in org.eclipse.jgit.internal.storage.file with parameters of type BasePackBitmapIndex.StoredBitmap Constructor Description StoredBitmap(AnyObjectId objectId, com.googlecode.javaewah.EWAHCompressedBitmap bitmap, BasePackBitmapIndex.StoredBitmap xorBitmap, int flags)XorCompressedBitmap(com.googlecode.javaewah.EWAHCompressedBitmap b, BasePackBitmapIndex.StoredBitmap xb)Constructor parameters in org.eclipse.jgit.internal.storage.file with type arguments of type BasePackBitmapIndex.StoredBitmap Constructor Description BasePackBitmapIndex(ObjectIdOwnerMap<BasePackBitmapIndex.StoredBitmap> bitmaps)
-