CollectionNodesIterator

Nodes iterator based on set representation of nodes.

Constructors

Link copied to clipboard
constructor(nodes: IntArrayList)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun consume(dest: IntArray): Int

Consume integers from the iterator and place them into the dest array.

Link copied to clipboard
open override fun forEachRemaining(action: (Int) -> Unit)

{@inheritDoc}

Link copied to clipboard
open operator override fun hasNext(): Boolean
Link copied to clipboard
open operator override fun next(): Int

{@inheritDoc}

Link copied to clipboard
open override fun nextInt(): Int

Returns the next int element in the iteration.

Link copied to clipboard
open override fun remove()
Link copied to clipboard
fun size(): Int

The number of elements in this iterator *