public class RangeFilterPipe<S> extends AbstractPipe<S,S> implements FilterPipe<S>
currentEnd, pathEnabled, startsNO_PATH_MESSAGE| Constructor and Description |
|---|
RangeFilterPipe(int low,
int high) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHighRange() |
int |
getLowRange() |
protected S |
processNextStart() |
void |
reset()
A pipe may maintain state.
|
String |
toString() |
enablePath, getCurrentPath, getPathToHere, hasNext, iterator, next, remove, setStarts, setStarts, setStartsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitenablePath, getCurrentPath, setStarts, setStartsprotected S processNextStart()
processNextStart in class AbstractPipe<S,S>public String toString()
toString in class AbstractPipe<S,S>public void reset()
Pipepublic int getHighRange()
public int getLowRange()
Copyright © 2010-2014. All Rights Reserved.