API Docs for: 0.1.21
Show:

PriorityQueueNode Class

PriorityQueue Node

Item Index

Properties

Methods

constructor

(
  • value
  • priority
)

Constructor

Parameters:

  • value Object
  • priority Object

toString

()

Serializes the node to string

Returns:

string The serialized string.

Properties

priority

Any

Node priority

value

Any

Node value