Interface IBitArray
- All Known Implementing Classes:
BitArray,BitArrayView
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
set
- Throws:
IndexOutOfBoundsException
-
set
- Throws:
IndexOutOfBoundsException
-
get
- Throws:
IndexOutOfBoundsException
-
get
- Throws:
IndexOutOfBoundsException
-
length
void length(int length) -
length
int length() -
toBytes
byte[] toBytes() -
toBinaryString
String toBinaryString() -
append
void append(boolean value) -
append
-
iterator
-