public class NodeListResult
extends Object
- Since:
- 26.02.16
-
Field Summary
Fields
final List<org.neo4j.graphdb.Node>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
nodes
public final List<org.neo4j.graphdb.Node> nodes
-
Constructor Details
-
NodeListResult
public NodeListResult(List<org.neo4j.graphdb.Node> value)