Flutter
collection
PriorityQueue
<
E
>
clear abstract method
clear
PriorityQueue class
Constructors
PriorityQueue
Properties
first
isEmpty
isNotEmpty
length
hashCode
runtimeType
Methods
add
addAll
clear
contains
remove
removeAll
removeFirst
toList
toSet
noSuchMethod
toString
Operators
operator ==
clear method
void
clear
(
)
Removes all the elements from this queue.
Implementation
void clear();