UBitArray class
Properties
Methods
-
get(
int i) → bool -
getNextSet(
int from) → int -
getNextUnset(
int from) → int -
isRange(
int start, int end, bool value) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reversed(
) → UBitArray -
set(
int i) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromMatrixRow(
UBitMatrix matrix, int y) → UBitArray