IntMapIterator

ceramic.IntMapIterator (Class)

Iterator implementation for IntMap values. Allows iterating over values in the map when it was created with iterable=true.

Instance Members

hasNext(): Bool
Returns
Bool

Returns
ceramic.IntMapIterator.V

Private Members

intMap: IntMap<ceramic.IntMapIterator.V>

i: Int

len: Int

new(intMap: IntMap<ceramic.IntMapIterator.V>): Void
Name Type
intMap IntMap<ceramic.IntMapIterator.V>

Metadata

Name Parameters
:allow ceramic.IntMap