|
datastructures | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Interface for an adaptable priority queue.
| Method Summary | |
Entry |
remove(Entry e)
Removes and returns an entry from the priority queue. |
Object |
replaceKey(Entry e,
Object key)
Replaces the key of an entry and returns the old key. |
Object |
replaceValue(Entry e,
Object value)
Replaces the value of an entry and returns the old value. |
| Methods inherited from interface net.datastructures.PriorityQueue |
insert, isEmpty, min, removeMin, size |
| Method Detail |
public Entry remove(Entry e)
public Object replaceKey(Entry e,
Object key)
throws InvalidKeyException
InvalidKeyException
public Object replaceValue(Entry e,
Object value)
|
datastructures | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||