BitmapIterator<E> constructor
BitmapIterator<E> (
- BitmapNode node,
- int idx,
- int mask,
- int kvs,
- int depth,
- List<
int> masks, - List<
BitmapNode> nodes, - dynamic mk_value,
Implementation
BitmapIterator(this.node, this.idx, this.mask, this.kvs, this.depth, this.masks, this.nodes, this.mk_value, ):super();