Iterator
final class Iterator implements Iterator (View source)
Methods
TValue
current()
Return the current element
TKey|null
key()
Return the key of the current element
void
next()
Move forward to next element
void
rewind()
Rewind the Iterator to the first element
bool
valid()
Checks if current position is valid
void
__wakeup()
No description
Details
final TValue
current()
Return the current element
final TKey|null
key()
Return the key of the current element
final void
next()
Move forward to next element
final void
rewind()
Rewind the Iterator to the first element
final bool
valid()
Checks if current position is valid
final void
__wakeup()
No description