BitmapNode constructor

BitmapNode(
  1. int cnt,
  2. int bitmap_hi,
  3. int bitmap_lo,
  4. List arr,
)

Implementation

BitmapNode(this.cnt, this.bitmap_hi, this.bitmap_lo, this.arr, ):super();