public class BitMap extends BitSet
| Constructor and Description |
|---|
BitMap() |
BitMap(BitSet bitSet) |
BitMap(int bits) |
| Modifier and Type | Method and Description |
|---|---|
BitMap |
copy() |
BitMap |
off(int... indexes) |
BitMap |
off(int fromIdx,
int toIdxExclusive) |
BitMap |
off(String charRangles) |
BitMap |
on(int... indexes) |
BitMap |
on(int fromIdx,
int toIdxExclusive) |
BitMap |
on(String charRangles) |
BitMap |
toggle(int... indexes) |
BitMap |
toggle(int fromIdx,
int toIdxExclusive) |
BitMap |
toggle(String charRangles) |
and, andNot, cardinality, clear, clear, clear, clone, equals, flip, flip, get, get, hashCode, intersects, isEmpty, length, nextClearBit, nextSetBit, or, previousClearBit, previousSetBit, set, set, set, set, size, stream, toByteArray, toLongArray, toString, valueOf, valueOf, valueOf, valueOf, xorpublic BitMap()
public BitMap(int bits)
public BitMap(BitSet bitSet)
public BitMap on(int fromIdx, int toIdxExclusive)
public BitMap on(int... indexes)
public BitMap off(int fromIdx, int toIdxExclusive)
public BitMap off(int... indexes)
public BitMap toggle(int fromIdx, int toIdxExclusive)
public BitMap toggle(int... indexes)
public BitMap copy()
Copyright © 2021. All rights reserved.