|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides a Queue which is made up of a Collection of generic Objects.
Method Summary | |
void |
add(Object o)
Adds a single Object to the Queue. |
void |
addSet(Enumeration e)
Adds an entire Enumeration of elements to the Queue. |
boolean |
transferTo(Object o,
GenericBlockingQueue q)
Transfers an Object, if it exists, out of this Queue and into another. |
Methods inherited from interface net.sf.zig_project.gpl.common.queue.OrderedBlockingQueue |
peekNext, removeNext |
Methods inherited from interface net.sf.zig_project.gpl.common.queue.Queue |
clear, contains, elements, isEmpty, remove |
Method Detail |
public void add(Object o)
o
- the Object to be added
NullPointerException
- if o==null
and if this implementation does not support
null elements within the queuepublic boolean transferTo(Object o, GenericBlockingQueue q)
o
- a copy of the Object to transferq
- the Queue to transfer the copy to
public void addSet(Enumeration e)
e
- a enumerable set of elements
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |