Class BitmapIndexImpl.MutableEntry

All Implemented Interfaces:
Serializable, Comparable<AnyObjectId>
Enclosing class:
BitmapIndexImpl

private static final class BitmapIndexImpl.MutableEntry extends ObjectIdOwnerMap.Entry
  • Field Details

    • type

      final int type
    • position

      final int position
  • Constructor Details

    • MutableEntry

      MutableEntry(AnyObjectId objectId, int type, int position)