|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
DoubleNodePQ | Defines an interface for specialized priority queues that contains nodes which are prioritized by associated double values. |
IntNodePQ | Defines an interface for specialized priority queues that contains nodes which are prioritized by associated int values. |
NodePQ | Defines an interface for specialized priority queues that contains nodes which are prioritized by a comparable values. |
Class Summary | |
ArrayIntNodePQ | Implements a priority queue for nodes based on a array with bucket lists. |
BHeapDoubleNodePQ | This class implements a priority queue for nodes whose priority values are of type double. |
BHeapIntNodePQ | This class implements a priority queue for nodes whose priority values are of type double. |
BHeapNodePQ | This class represents a priority queue for nodes where the priority values are of type Object The implementation is based on binary heaps. |
ListIntNodePQ | A specialized priority queue that contains nodes which are prioritized by associated int values. |
TreeIntNodePQ | Implements a priority queue for nodes based on AVL Trees. |
Provides interfaces and implementations of priority queues for nodes.
|
© Copyright 2000-2003, yWorks GmbH. All rights reserved. 2003 |
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |