Project Wonder 6.3-SNAPSHOT
- java.lang.Object
-
- er.neo4jadaptor.query.neo4j_eval.EvaluatingFilter<T>
-
- Type Parameters:
T -
- All Implemented Interfaces:
- Results<T>, Cursor<T>, java.util.Iterator<T>
public class EvaluatingFilter<T extends org.neo4j.graphdb.PropertyContainer>
extends java.lang.Object
implements Results<T>
Filter that using Neo4J java api examines node/relationship properties and their relationships
to filter those that exactly match search criteria.
- Author:
- Jedrzej Sobanski
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface java.util.Iterator<T extends org.neo4j.graphdb.PropertyContainer>
-
close
public void close()
- Specified by:
close in interface Cursor<T extends org.neo4j.graphdb.PropertyContainer>
-
next
public T next()
- Specified by:
next in interface java.util.Iterator<T extends org.neo4j.graphdb.PropertyContainer>
-
remove
public void remove()
- Specified by:
remove in interface java.util.Iterator<T extends org.neo4j.graphdb.PropertyContainer>
Last updated: Tue, Mar 15, 2022 09:55 AM CET
Copyright © 2002 – 2022 Project Wonder.