private static final class BitmapIndexImpl.MutableBitmapIndex
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private BlockList<BitmapIndexImpl.MutableEntry> |
revList |
private ObjectIdOwnerMap<BitmapIndexImpl.MutableEntry> |
revMap |
Modifier | Constructor and Description |
---|---|
private |
MutableBitmapIndex() |
Modifier and Type | Method and Description |
---|---|
(package private) int |
findOrInsert(AnyObjectId objectId,
int type) |
(package private) int |
findPosition(AnyObjectId objectId) |
(package private) BitmapIndexImpl.MutableEntry |
getObject(int position) |
private final ObjectIdOwnerMap<BitmapIndexImpl.MutableEntry> revMap
private final BlockList<BitmapIndexImpl.MutableEntry> revList
int findPosition(AnyObjectId objectId)
BitmapIndexImpl.MutableEntry getObject(int position)
int findOrInsert(AnyObjectId objectId, int type)