public class DuplicateFilterPipe<S> extends AbstractPipe<S,S> implements FilterPipe<S>
currentEnd, pathEnabled, startsNO_PATH_MESSAGE| Constructor and Description |
|---|
DuplicateFilterPipe() |
DuplicateFilterPipe(PipeFunction<S,?> function) |
| Modifier and Type | Method and Description |
|---|---|
protected S |
processNextStart() |
void |
reset()
A pipe may maintain state.
|
enablePath, getCurrentPath, getPathToHere, hasNext, iterator, next, remove, setStarts, setStarts, setStarts, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitenablePath, getCurrentPath, setStarts, setStartspublic DuplicateFilterPipe()
public DuplicateFilterPipe(PipeFunction<S,?> function)
protected S processNextStart()
processNextStart in class AbstractPipe<S,S>public void reset()
PipeCopyright © 2010-2014. All Rights Reserved.