|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageQueue<E>
Defines a queue that has a push operation to add an element to the head of the queue.
Method Summary | |
---|---|
boolean |
pushHead(E o)
Inserts the specified element into this queue, if possible. |
Methods inherited from interface java.util.Queue |
---|
add, element, offer, peek, poll, remove |
Methods inherited from interface java.util.Collection |
---|
addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Method Detail |
---|
boolean pushHead(E o)
o
- The element to insert.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |