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