| Package | Description |
|---|---|
| net.amygdalum.util.bits | |
| net.amygdalum.util.map |
| Modifier and Type | Method and Description |
|---|---|
static BitSet |
BitSet.all(int size) |
BitSet |
BitSet.and(BitSet other) |
BitSet |
BitSet.andNot(BitSet other) |
static BitSet |
BitSet.bits(int size,
int... setbits) |
BitSet |
BitSet.clone() |
static BitSet |
BitSet.empty(int size) |
BitSet |
BitSet.eq(BitSet other) |
BitSet |
BitSet.not() |
static BitSet |
BitSet.ofLong(long... bits) |
BitSet |
BitSet.or(BitSet other) |
BitSet |
BitSet.orNot(BitSet other) |
BitSet |
BitSet.xor(BitSet other) |
| Modifier and Type | Method and Description |
|---|---|
BitSet |
BitSet.and(BitSet other) |
BitSet |
BitSet.andNot(BitSet other) |
BitSet |
BitSet.eq(BitSet other) |
BitSet |
BitSet.or(BitSet other) |
BitSet |
BitSet.orNot(BitSet other) |
BitSet |
BitSet.xor(BitSet other) |
| Modifier and Type | Method and Description |
|---|---|
BitSet[] |
BitSetObjectMap.keys() |
| Modifier and Type | Method and Description |
|---|---|
BitSetObjectMap<T> |
BitSetObjectMap.add(BitSet key,
T value) |
T |
BitSetObjectMap.get(BitSet key) |
void |
BitSetObjectMap.put(BitSet key,
T value) |
Copyright © 2017. All rights reserved.