|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Queue
Method Summary | |
---|---|
java.lang.Object |
dequeue()
estrae l'oggetto dalla coda |
void |
enqueue(java.lang.Object obj)
inserisce un oggetto nella coda |
java.lang.Object |
front()
ispeziona l'oggetto in fronte alla pila |
Methods inherited from interface Container |
---|
isEmpty, makeEmpty, size |
Method Detail |
---|
void enqueue(java.lang.Object obj)
obj
- oggetto da inserirejava.lang.Object dequeue() throws EmptyQueueException
EmptyQueueException
java.lang.Object front() throws EmptyQueueException
EmptyQueueException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |