|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use QueueEmptyException | |
| ch.elca.dependency.util | This is the package for some general utilyties whis can be used
anywere in the DependencyTool application. |
| Uses of QueueEmptyException in ch.elca.dependency.util |
| Methods in ch.elca.dependency.util that throw QueueEmptyException | |
java.lang.Object |
Queue.dequeue()
Remove and return from the queue the object at the front. |
java.lang.Object |
Queue.front()
Return, but do not remove, the front object in the queue. |
java.lang.Object |
ArrayQueue.dequeue()
Remove and return from the queue the object at the front. |
java.lang.Object |
ArrayQueue.front()
Return, but do not remove, the front object in the queue. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||