![]() |
Oolite 1.91.0.7668-250429-8542c40
|
Instance Methods | |
(void) | - makeObjectsPerformSelector: |
(void) | - bubbleUpFrom: |
(void) | - bubbleDownFrom: |
(void) | - growBuffer |
(void) | - shrinkBuffer |
(void) | - removeObjectAtIndex: |
Definition at line 105 of file OOPriorityQueue.m.
- (void) bubbleDownFrom: | (NSUInteger) | i |
Extends class OOPriorityQueue.
Definition at line 428 of file OOPriorityQueue.m.
References nil, PQCompare(), PQLeftChild(), and PQRightChild().
- (void) bubbleUpFrom: | (NSUInteger) | i |
Extends class OOPriorityQueue.
Definition at line 406 of file OOPriorityQueue.m.
References nil, PQCompare(), and PQParent().
- (void) growBuffer |
Extends class OOPriorityQueue.
Definition at line 462 of file OOPriorityQueue.m.
References growBuffer, and kMinCapacity.
Referenced by growBuffer.
- (void) makeObjectsPerformSelector: | (SEL) | selector |
Extends class OOPriorityQueue.
Definition at line 393 of file OOPriorityQueue.m.
- (void) removeObjectAtIndex: | (NSUInteger) | i |
Extends class OOPriorityQueue.
Definition at line 517 of file OOPriorityQueue.m.
References OOPriorityQueue::bubbleDownFrom:, nil, and OOPriorityQueue::shrinkBuffer.
- (void) shrinkBuffer |
Extends class OOPriorityQueue.
Definition at line 493 of file OOPriorityQueue.m.
References kMinCapacity, and shrinkBuffer.
Referenced by shrinkBuffer.