EntryIterator

data class EntryIterator(val iterator: Iterator<Array<Any>>) : IteratorWrapper

A wrapped entry of object entries (pairs of String, Any?) that represent the members of the container.

Constructors

Link copied to clipboard
constructor(iterator: Iterator<Array<Any>>)

Properties

Link copied to clipboard
open override val iterator: Iterator<Array<Any>>