BitmapIterator<E> class

Implemented types

Constructors

BitmapIterator(BitmapNode node, int idx, int mask, int kvs, int depth, List<int> masks, List<BitmapNode> nodes, dynamic mk_value)

Properties

current → E
The current element.
no setteroverride
depth int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
idx int
getter/setter pair
kvs int
getter/setter pair
mask int
getter/setter pair
masks List<int>
final
mk_value → dynamic
final
node BitmapNode
getter/setter pair
nodes List<BitmapNode>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

moveNext() bool
Advances the iterator to the next element of the iteration.
override
noSuchMethod(Invocation i) → dynamic
Invoked when a nonexistent method or property is accessed.
override
toString() String
A string representation of this object.
inherited

Operators

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