| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Class and Description |
|---|---|
class |
LongArrayValueBitSet
This
ChronicleBitSet is intended to be shared between processes. |
class |
LongValueBitSet
This
BitSet is intended to be shared between processes. |
| Modifier and Type | Method and Description |
|---|---|
void |
ChronicleBitSet.and(ChronicleBitSet bitSet) |
void |
LongArrayValueBitSet.and(ChronicleBitSet set)
Performs a logical AND of this target bit set with the argument bit set.
|
void |
LongValueBitSet.and(ChronicleBitSet set)
Performs a logical AND of this target bit set with the argument bit set.
|
void |
ChronicleBitSet.andNot(ChronicleBitSet bitSet) |
void |
LongArrayValueBitSet.andNot(ChronicleBitSet set)
Clears all of the bits in this
ChronicleBitSet whose corresponding bit is set in the specified ChronicleBitSet. |
void |
LongValueBitSet.andNot(ChronicleBitSet set)
Clears all of the bits in this
ChronicleBitSet whose corresponding bit is set in the specified ChronicleBitSet. |
void |
ChronicleBitSet.copyFrom(ChronicleBitSet bitSet) |
void |
LongArrayValueBitSet.copyFrom(ChronicleBitSet bitSet) |
void |
LongValueBitSet.copyFrom(ChronicleBitSet bitSet) |
boolean |
ChronicleBitSet.intersects(ChronicleBitSet bitSet) |
boolean |
LongArrayValueBitSet.intersects(ChronicleBitSet set)
Returns
true if the specified ChronicleBitSet has any bits set to true that are also set to true in this ChronicleBitSet. |
boolean |
LongValueBitSet.intersects(ChronicleBitSet set)
Returns
true if the specified ChronicleBitSet has any bits set to true that are also set to true in this ChronicleBitSet. |
void |
ChronicleBitSet.or(ChronicleBitSet bitSet) |
void |
LongArrayValueBitSet.or(ChronicleBitSet set)
Performs a logical OR of this bit set with the bit set argument.
|
void |
LongValueBitSet.or(ChronicleBitSet set) |
void |
ChronicleBitSet.xor(ChronicleBitSet bitSet) |
void |
LongArrayValueBitSet.xor(ChronicleBitSet set)
Performs a logical XOR of this bit set with the bit set argument.
|
void |
LongValueBitSet.xor(ChronicleBitSet set)
Performs a logical XOR of this bit set with the bit set argument.
|
Copyright © 2023. All rights reserved.