Packagecom.yworks.yfiles.util.pq
Interfacepublic interface IntNodePQ
Implementors ArrayIntNodePQ, BHeapIntNodePQ, ListIntNodePQ, TreeIntNodePQ

Defines an interface for specialized priority queues that contains nodes which are prioritized by associated int values.



Public Properties
 PropertyDefined By
  min : Node
[read-only] Returns he node with smallest priority in this queue.
IntNodePQ
Property Detail
minproperty
min:Node  [read-only]

Returns he node with smallest priority in this queue.

Precondition !isEmpty()


Implementation
    public function get min():Node