|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.imemex.operators.impl.AbstractQueue<E>
public abstract class AbstractQueue<E>
An abstract queue.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.imemex.operators.Operator |
|---|
Operator.ExecTimeType |
| Nested classes/interfaces inherited from interface org.imemex.operators.Operator |
|---|
Operator.ExecTimeType |
| Constructor Summary | |
|---|---|
AbstractQueue()
|
|
| Method Summary | |
|---|---|
void |
passAll(java.util.Iterator<? extends E> input)
insert all elements delivered by the input PullOperator into this queue. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.imemex.operators.Queue |
|---|
putBack, size |
| Methods inherited from interface org.imemex.operators.PullOperator |
|---|
getInputOperators, peek |
| Methods inherited from interface java.util.Iterator |
|---|
hasNext, next, remove |
| Methods inherited from interface org.imemex.operators.Operator |
|---|
addExecTime, close, getDesc, getExecTime, getMetaData, getNumberOfElementsPassed, open, setDesc, toXML |
| Methods inherited from interface org.imemex.operators.PushOperator |
|---|
pass |
| Methods inherited from interface org.imemex.operators.Operator |
|---|
addExecTime, close, getDesc, getExecTime, getMetaData, getNumberOfElementsPassed, open, setDesc, toXML |
| Constructor Detail |
|---|
public AbstractQueue()
| Method Detail |
|---|
public void passAll(java.util.Iterator<? extends E> input)
Queue
passAll in interface Queue<E>input - PullOperator of input elements
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||