PriorityMapUtils<K extends Object, V extends Object> class
Map of priority (lower = higher priority) to queue of items.
Constructors
Properties
Methods
-
add(
K priority, V value) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeFirst(
) → V? -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited