openrndr
Toggle table of contents
0.4.5-dev.17.uncommitted+81afe70
common
Platform filter
common
Switch theme
Search in API
openrndr
openrndr-utils
/
org.openrndr.collections
/
PriorityQueue
/
HeapIterator
Heap
Iterator
class
HeapIterator
<
out
Key
>
(
comparator
:
Comparator
<
Key
>
?
,
size
:
Int
,
n
:
Int
,
pq
:
Array
<
Key
?
>
)
:
Iterator
<
Key
>
(
source
)
Members
Constructors
Heap
Iterator
Link copied to clipboard
constructor
(
comparator
:
Comparator
<
Key
>
?
,
size
:
Int
,
n
:
Int
,
pq
:
Array
<
Key
?
>
)
Functions
has
Next
Link copied to clipboard
open
operator override
fun
hasNext
(
)
:
Boolean
next
Link copied to clipboard
open
operator override
fun
next
(
)
:
Key