BitmapIterator<E> constructor

BitmapIterator<E>(
  1. BitmapNode node,
  2. int idx,
  3. int mask,
  4. int kvs,
  5. int depth,
  6. List<int> masks,
  7. List<BitmapNode> nodes,
  8. dynamic mk_value,
)

Implementation

BitmapIterator(this.node, this.idx, this.mask, this.kvs, this.depth, this.masks, this.nodes, this.mk_value, ):super();