Package | Description |
---|---|
java.util |
Modifier and Type | Method and Description |
---|---|
BitSet |
BitSet.get(int fromIndex,
int toIndex) |
static BitSet |
BitSet.valueOf(byte[] words) |
static BitSet |
BitSet.valueOf(long[] words) |
Modifier and Type | Method and Description |
---|---|
void |
BitSet.and(BitSet set) |
void |
BitSet.andNot(BitSet set) |
boolean |
BitSet.intersects(BitSet set) |
void |
BitSet.or(BitSet set) |
void |
BitSet.xor(BitSet set) |
Copyright © 2018. All rights reserved.