| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Method and Description |
|---|---|
void |
LongValueBitSet.and(LongValueBitSet set) |
void |
LongValueBitSet.andNot(LongValueBitSet set) |
boolean |
LongValueBitSet.intersects(LongValueBitSet set) |
void |
LongValueBitSet.or(LongValueBitSet set)
Performs a logical OR of this bit set with the bit set argument.
|
void |
LongValueBitSet.xor(LongValueBitSet set) |
Copyright © 2023. All rights reserved.