public class ShufflePipe<S> extends AbstractPipe<S,S> implements TransformPipe<S,S>
TransformPipe.OrdercurrentEnd, pathEnabled, startsNO_PATH_MESSAGE| Constructor and Description |
|---|
ShufflePipe() |
| Modifier and Type | Method and Description |
|---|---|
protected List<S> |
gather() |
List |
getCurrentPath()
Returns the transformation path to arrive at the current object of the pipe.
|
protected S |
processNextStart() |
void |
reset()
A pipe may maintain state.
|
enablePath, getPathToHere, hasNext, iterator, next, remove, setStarts, setStarts, setStarts, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitenablePath, setStarts, setStartspublic List getCurrentPath()
PipegetCurrentPath in interface Pipe<S,S>getCurrentPath in class AbstractPipe<S,S>protected S processNextStart()
processNextStart in class AbstractPipe<S,S>public void reset()
PipeCopyright © 2010-2014. All Rights Reserved.