| |
|
| java.lang.Object org.cojen.classfile.BitList
BitList | final class BitList implements Cloneable(Code) | | A specialized, faster BitSet used by InstructionList.
author: Brian S O'Neill |
Constructor Summary | |
public | BitList(int capacity) |
BitList | public BitList(int capacity)(Code) | | Parameters: capacity - initial amount of bits to store |
capacity | public int capacity()(Code) | | |
get | public boolean get(int index)(Code) | | |
hashCode | public int hashCode()(Code) | | |
intersects | public boolean intersects(BitList list)(Code) | | true if the bitwise or of the two lists is different than thebitwise xor. |
isAllClear | public boolean isAllClear()(Code) | | |
isAllSet | public boolean isAllSet()(Code) | | |
set | public boolean set(int index)(Code) | | true if any change made |
|
|
|