Node
PriortyQueue node
Methods
Methods
getData
get the data of the node
virtuosity.structures.PriorityQueue.Node.getData();
setData
set the data of the node
virtuosity.structures.PriorityQueue.Node.setData();
getNext
get the next node
virtuosity.structures.PriorityQueue.Node.getNext();
setNext
set the next node
virtuosity.structures.PriorityQueue.Node.setNext();
getPrevious
get the previous node
virtuosity.structures.PriorityQueue.Node.getPrevious();
setPrevious
set the previous node
virtuosity.structures.PriorityQueue.Node.setPrevious();
getPriority
get the priority of the node
virtuosity.structures.PriorityQueue.Node.getPriority();