public abstract class CollectionFilterPipe<S> extends AbstractPipe<S,S> implements FilterPipe<S>
currentEnd, pathEnabled, startsNO_PATH_MESSAGE| Constructor and Description |
|---|
CollectionFilterPipe(Collection<S> storedCollection,
com.tinkerpop.blueprints.Contains contains) |
CollectionFilterPipe(com.tinkerpop.blueprints.Contains contains,
AsMap asMap,
String... namedSteps) |
| Modifier and Type | Method and Description |
|---|---|
protected S |
processNextStart() |
String |
toString() |
enablePath, getCurrentPath, getPathToHere, hasNext, iterator, next, remove, reset, setStarts, setStarts, setStartsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitenablePath, getCurrentPath, reset, setStarts, setStartspublic CollectionFilterPipe(Collection<S> storedCollection, com.tinkerpop.blueprints.Contains contains)
protected S processNextStart()
processNextStart in class AbstractPipe<S,S>public String toString()
toString in class AbstractPipe<S,S>Copyright © 2010-2014. All Rights Reserved.