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