Issue of casting Node neo4j
问题 My code is below, As per the documentation it should have given me the node values but it is throwing me exception Exception in thread "main" java.lang.ClassCastException: scala.collection.convert.Wrappers$SeqWrapper cannot be cast to org.neo4j.graphdb.Node at com.neo4j.performance.FetchData.main(FetchData.java:32) I'm using Neo4j 2.2.2. import org.neo4j.graphdb.Node; import org.neo4j.graphdb.Result; import org.neo4j.graphdb.Transaction; import java.util.Iterator; import org.neo4j.helpers