JsPriorityQueue

class JsPriorityQueue[A](getRank: A => Int)
class Object
trait Matchable
class Any

Value members

Concrete methods

def contains(item: A): Boolean
def debugQueue: List[A]
def dequeue(): A

Note: throws exception if there are no items in the queue

Note: throws exception if there are no items in the queue

def enqueue(item: A): Unit
def isEmpty: Boolean
def nonEmpty: Boolean
def size: Int