public class ExpandablePipe<S> extends AbstractPipe<S,S>
| Modifier and Type | Field and Description |
|---|---|
protected Queue<S> |
queue |
currentEnd, pathEnabled, startsNO_PATH_MESSAGE| Constructor and Description |
|---|
ExpandablePipe() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(S s) |
S |
processNextStart() |
void |
reset()
A pipe may maintain state.
|
enablePath, getCurrentPath, getPathToHere, hasNext, iterator, next, remove, setStarts, setStarts, setStarts, toStringpublic S processNextStart()
processNextStart in class AbstractPipe<S,S>public void add(S s)
public void reset()
PipeCopyright © 2010-2014. All Rights Reserved.