Class BitmapIndexImpl.MutableBitmapIndex
- java.lang.Object
-
- org.eclipse.jgit.internal.storage.file.BitmapIndexImpl.MutableBitmapIndex
-
- Enclosing class:
- BitmapIndexImpl
private static final class BitmapIndexImpl.MutableBitmapIndex extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private BlockList<BitmapIndexImpl.MutableEntry>revListprivate ObjectIdOwnerMap<BitmapIndexImpl.MutableEntry>revMap
-
Constructor Summary
Constructors Modifier Constructor Description privateMutableBitmapIndex()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) intfindOrInsert(AnyObjectId objectId, int type)(package private) intfindPosition(AnyObjectId objectId)(package private) BitmapIndexImpl.MutableEntrygetObject(int position)
-
-
-
Field Detail
-
revMap
private final ObjectIdOwnerMap<BitmapIndexImpl.MutableEntry> revMap
-
revList
private final BlockList<BitmapIndexImpl.MutableEntry> revList
-
-
Method Detail
-
findPosition
int findPosition(AnyObjectId objectId)
-
getObject
BitmapIndexImpl.MutableEntry getObject(int position)
-
findOrInsert
int findOrInsert(AnyObjectId objectId, int type)
-
-