Uses of Class
org.cicirello.ds.PriorityQueueNode
Package
Description
This package includes core data structures used by other of our libraries and projects.
-
Uses of PriorityQueueNode in org.cicirello.ds
Modifier and TypeClassDescriptionstatic final class
An instance of this class encapsulates an (element, priority) pair for a double valued priority.static final class
An instance of this class encapsulates an (element, priority) pair for an integer valued priority.