toggle menu
KAHelpers
androidJvm
switch theme
search in API
dataStructuresAndAlgorithms
/
dev.funkymuse.datastructuresandalgorithms.heap
/
Collection
Collection
interface
Collection
<
T
>
Inheritors
Heap
Members
Properties
count
Link copied to clipboard
abstract
val
count
:
Int
is
Empty
Link copied to clipboard
open
val
isEmpty
:
Boolean
is
Not
Empty
Link copied to clipboard
open
val
isNotEmpty
:
Boolean
Functions
insert
Link copied to clipboard
abstract
fun
insert
(
element
:
T
)
remove
Link copied to clipboard
abstract
fun
remove
(
)
:
T
?
remove
At
Link copied to clipboard
abstract
fun
removeAt
(
index
:
Int
)
:
T
?