| Package | Description |
|---|---|
| com.googlecode.javaewah.datastructure |
| Modifier and Type | Method and Description |
|---|---|
BitSet |
ImmutableBitSet.asBitSet()
Get a copy of this ImmutableBitSet as a mutable BitSet.
|
static BitSet |
BitSet.bitmapOf(int... setBits)
Return a bitmap with the bit set to true at the given positions.
|
BitSet |
BitSet.clone() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ImmutableBitSet.intersects(BitSet bs)
Checks whether two bitsets intersect.
|
Copyright © 2015. All Rights Reserved.