ArrayIndexedPriorityQueue

This class implements the indexed priority queue through an Array.

Parameters

<T>

concentration type

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun addReaction(reaction: Actionable<T>)
Should not be overridden.
Link copied to clipboard
open fun getNext(): Actionable<T>
Could be overridden.
Link copied to clipboard
open fun removeReaction(reaction: Actionable<T>)
Link copied to clipboard
open fun toString(): String
String representation, could be overridden.
Link copied to clipboard
open fun updateReaction(reaction: Actionable<T>)