ObjectIterator

class ObjectIterator(iter: Iterator<Map.Entry<String, <ERROR CLASS>>>)

Functions

anyOrNull
Link copied to clipboard
open fun anyOrNull(): <ERROR CLASS><String, Any?>
arrayOrNull
Link copied to clipboard
open fun arrayOrNull(): <ERROR CLASS><String, <ERROR CLASS>?>
booleanOrNull
Link copied to clipboard
open fun booleanOrNull(): <ERROR CLASS><String, Boolean?>
doubleOrNull
Link copied to clipboard
open fun doubleOrNull(): <ERROR CLASS><String, Double?>
floatOrNull
Link copied to clipboard
open fun floatOrNull(): <ERROR CLASS><String, Float?>
hasNext
Link copied to clipboard
open fun hasNext(): Boolean
intOrNull
Link copied to clipboard
open fun intOrNull(): <ERROR CLASS><String, Int?>
longOrNull
Link copied to clipboard
open fun longOrNull(): <ERROR CLASS><String, Long?>
objOrNull
Link copied to clipboard
open fun objOrNull(): <ERROR CLASS><String, <ERROR CLASS>?>
stringOrNull
Link copied to clipboard
open fun stringOrNull(): <ERROR CLASS><String, String?>