|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Prioritizeable | |
m865.datastructures |
Uses of Prioritizeable in m865.datastructures |
Classes in m865.datastructures that implement Prioritizeable | |
class |
PrioritizedItem
The PrioritizedItem class contains objects which consist of a comparable object which represents the explicit priority, and a general object which is the prioritized datum. |
Methods in m865.datastructures with parameters of type Prioritizeable | |
void |
PriorityQueueAL.enqueue(Prioritizeable pqi)
Appends an object to the end of the queue. |
void |
PriorityQueueAL.adjustPriority(Prioritizeable obj,
java.lang.Comparable priority)
Locates the specified object in the heap, changes its priority to the specified priority, and adjusts the location of the object in the heap. |
boolean |
PrioritizedItem.higherThan(Prioritizeable obj)
Compares the priority of this object with a specified object. |
boolean |
PrioritizedItem.lowerThan(Prioritizeable obj)
Compares the priority of this object with a specified object. |
boolean |
Prioritizeable.higherThan(Prioritizeable obj)
Compares the priority of this Prioritizeable object with the priority of the specified Prioritizeable object. |
boolean |
Prioritizeable.lowerThan(Prioritizeable obj)
Compares the priority of this Prioritizeable object with the priority of the specified Prioritizeable object. |
abstract void |
AbstractPriorityQueue.enqueue(Prioritizeable p)
Adds a Prioritizeable to the priority queue. |
abstract void |
AbstractPriorityQueue.adjustPriority(Prioritizeable obj,
java.lang.Comparable priority)
Finds the object and adjusts its priority. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |