|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EmptyQueueException | |
---|---|
java.util | Utilities |
Uses of EmptyQueueException in java.util |
---|
Methods in java.util that throw EmptyQueueException | |
---|---|
Object |
Queue.peek()
fetches an object from the start of the Queue does not remove it! |
Object |
Queue.pop()
fetches an object from the start of the Queue and removes it |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |