BitSetChunk class

A container for offset-based BitSet.

Constructors

BitSetChunk(int offset, BitSet _set)

Properties

bitSet BitSet
The bit set.
no setter
hashCode int
The hash code for this object.
no setterinherited
offset int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

asBitArray(int length) BitArray
Returns the bitSet as BitArray, and converts it if needed.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited