Project Wonder 7.5-SNAPSHOT
-
- Type Parameters:
T -
- All Implemented Interfaces:
- Results<T>, Cursor<T>, Iterator<T>
public class EvaluatingFilter<T extends org.neo4j.graphdb.PropertyContainer>
extends 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
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface 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 Iterator<T extends org.neo4j.graphdb.PropertyContainer>
-
remove
public void remove()
- Specified by:
remove in interface Iterator<T extends org.neo4j.graphdb.PropertyContainer>
Last updated: Mon, Mar 31, 2025 08:08 AM CEST
Copyright © 2002 – 2025 Project Wonder.