toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.datastructure
/
IntIntMap
/
Iterator
Iterator
class
Iterator
(
val
map
:
IntIntMap
)
Members
Constructors
Iterator
Link copied to clipboard
constructor
(
map
:
IntIntMap
)
Properties
map
Link copied to clipboard
val
map
:
IntIntMap
Functions
has
Next
Link copied to clipboard
fun
hasNext
(
)
:
Boolean
next
Entry
Link copied to clipboard
fun
nextEntry
(
)
:
IntIntMap.Entry
next
Key
Link copied to clipboard
fun
nextKey
(
)
:
Int
next
Value
Link copied to clipboard
fun
nextValue
(
)
:
Int