Class BitmapIndexImpl.MutableBitmapIndex
java.lang.Object
org.eclipse.jgit.internal.storage.file.BitmapIndexImpl.MutableBitmapIndex
- Enclosing class:
- BitmapIndexImpl
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final BlockList<BitmapIndexImpl.MutableEntry>private final ObjectIdOwnerMap<BitmapIndexImpl.MutableEntry> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) intfindOrInsert(AnyObjectId objectId, int type) (package private) intfindPosition(AnyObjectId objectId) (package private) BitmapIndexImpl.MutableEntrygetObject(int position)
-
Field Details
-
revMap
-
revList
-
-
Constructor Details
-
MutableBitmapIndex
private MutableBitmapIndex()
-
-
Method Details
-
findPosition
-
getObject
-
findOrInsert
-