public interface MutableBits extends Bits
Bits.MatchAllBits, Bits.MatchNoBits
EMPTY_ARRAY
Modifier and Type | Method and Description |
---|---|
void |
clear(int index)
Sets the bit specified by
index to false. |
void clear(int index)
index
to false.index
- index, should be non-negative and < Bits.length()
.
The result of passing negative or out of bounds values is undefined
by this interface, just don't do it!Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.