Iterator

class Iterator(iterator: MutableIterator<MutableMap.MutableEntry<String, ConfigValue>>) : MutableIterator<String>

Functions

Link copied to clipboard
open fun forEachRemaining(p0: Consumer<in String>)
Link copied to clipboard
open operator override fun hasNext(): Boolean
Link copied to clipboard
open operator override fun next(): String
Link copied to clipboard
open override fun remove()

Properties

Link copied to clipboard
val iterator: MutableIterator<MutableMap.MutableEntry<String, ConfigValue>>