-
- All Implemented Interfaces:
-
jetbrains.exodus.env.Bitmap,jetbrains.exodus.env.ContextualBitmap
public final class ContextualBitmapImpl extends BitmapImpl implements ContextualBitmap
-
-
Field Summary
Fields Modifier and Type Field Description private final ContextualStoreImplstore
-
Constructor Summary
Constructors Constructor Description ContextualBitmapImpl(ContextualStoreImpl store)
-
Method Summary
Modifier and Type Method Description ContextualStoreImplgetStore()ContextualEnvironmentImplgetEnvironment()Booleanget(Long bit)Booleanset(Long bit, Boolean value)Booleanclear(Long bit)BitmapIteratoriterator()BitmapIteratorreverseIterator()LonggetFirst()LonggetLast()Longcount()Longcount(Long firstBit, Long lastBit)-
-
Constructor Detail
-
ContextualBitmapImpl
ContextualBitmapImpl(ContextualStoreImpl store)
-
-
Method Detail
-
getStore
ContextualStoreImpl getStore()
-
getEnvironment
ContextualEnvironmentImpl getEnvironment()
-
iterator
BitmapIterator iterator()
-
reverseIterator
BitmapIterator reverseIterator()
-
-
-
-