| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Method and Description |
|---|---|
void |
LongValueBitSet.and(LongValueBitSet set)
Performs a logical AND operation between this
ChronicleBitSet and the specified LongValueBitSet. |
void |
LongValueBitSet.andNot(LongValueBitSet set)
Clears all the bits in this
ChronicleBitSet where the corresponding bit is set in the specified LongValueBitSet. |
boolean |
LongValueBitSet.intersects(LongValueBitSet set)
Checks if the current
ChronicleBitSet intersects with the provided LongValueBitSet. |
void |
LongValueBitSet.or(LongValueBitSet set)
Performs a logical OR operation between this
ChronicleBitSet and the provided LongValueBitSet. |
void |
LongValueBitSet.xor(LongValueBitSet set)
Performs a logical XOR operation between this
ChronicleBitSet and the specified LongValueBitSet. |
Copyright © 2024. All rights reserved.