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>
revList
private ObjectIdOwnerMap<BitmapIndexImpl.MutableEntry>
revMap
-
Constructor Summary
Constructors Modifier Constructor Description private
MutableBitmapIndex()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) int
findOrInsert(AnyObjectId objectId, int type)
(package private) int
findPosition(AnyObjectId objectId)
(package private) BitmapIndexImpl.MutableEntry
getObject(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)
-
-