public class CyclicPathFilterPipe<S> extends AbstractPipe<S,S> implements FilterPipe<S>
currentEnd, pathEnabled, startsNO_PATH_MESSAGE| Constructor and Description |
|---|
CyclicPathFilterPipe() |
| Modifier and Type | Method and Description |
|---|---|
S |
processNextStart() |
void |
setStarts(Iterator<S> starts)
Set an iterator of S objects to the head (start) of the pipe.
|
enablePath, getCurrentPath, getPathToHere, hasNext, iterator, next, remove, reset, setStarts, setStarts, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitenablePath, getCurrentPath, reset, setStartspublic void setStarts(Iterator<S> starts)
Pipepublic S processNextStart()
processNextStart in class AbstractPipe<S,S>Copyright © 2010-2014. All Rights Reserved.