|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The abstract data type of a priority queue
Method Summary | |
java.lang.Comparable |
deleteFirst()
Deletes the key stored into the first position of this queue. |
java.lang.Comparable |
getFirst()
Returns the key stored into the first position of this queue. |
java.lang.Comparable |
insert(java.lang.Comparable el)
Inserts a new key into this queue |
Method Detail |
public java.lang.Comparable getFirst()
public java.lang.Comparable deleteFirst()
public java.lang.Comparable insert(java.lang.Comparable el)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |