korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-datastructure
/
korlibs.datastructure
/
FloatMap
/
Iterator
Iterator
class
Iterator
<
T
>
(
val
map
:
FloatMap
<
T
>
)
Members
Constructors
Iterator
Link copied to clipboard
constructor
(
map
:
FloatMap
<
T
>
)
Properties
int
Iterator
Link copied to clipboard
val
intIterator
:
IntMap.Iterator
<
T
>
map
Link copied to clipboard
val
map
:
FloatMap
<
T
>
Functions
has
Next
Link copied to clipboard
fun
hasNext
(
)
:
Boolean
next
Entry
Link copied to clipboard
fun
nextEntry
(
)
:
FloatMap.Entry
<
T
?
>
next
Key
Link copied to clipboard
fun
nextKey
(
)
:
Float
next
Value
Link copied to clipboard
fun
nextValue
(
)
:
T
?