Bits.MatchAllBits
, Bits.MatchNoBits
, BitVector
, FixedBitSet
, OpenBitSet
, OpenBitSetDISI
public interface Bits
Modifier and Type | Interface | Description |
---|---|---|
static class |
Bits.MatchAllBits |
Bits impl of the specified length with all bits set.
|
static class |
Bits.MatchNoBits |
Bits impl of the specified length with no bits set.
|
Modifier and Type | Field | Description |
---|---|---|
static Bits[] |
EMPTY_ARRAY |
Modifier and Type | Method | Description |
---|---|---|
boolean |
get(int index) |
|
int |
length() |
static final Bits[] EMPTY_ARRAY
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.