|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Queue
Method Summary | |
---|---|
Object |
clone()
|
Object |
dequeue()
|
void |
enqueue(Object o)
|
boolean |
hasMoreElements()
|
Object |
peek()
|
int |
size()
|
Method Detail |
---|
void enqueue(Object o)
Object dequeue() throws NoSuchElementException
NoSuchElementException
Object peek() throws NoSuchElementException
NoSuchElementException
boolean hasMoreElements()
int size()
Object clone()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |