org.neo4j.server.rest.transactional
Class StatementDeserializer
java.lang.Object
org.neo4j.helpers.collection.PrefetchingIterator<Statement>
org.neo4j.server.rest.transactional.StatementDeserializer
- All Implemented Interfaces:
- Iterator<Statement>
public class StatementDeserializer
- extends org.neo4j.helpers.collection.PrefetchingIterator<Statement>
| Methods inherited from class org.neo4j.helpers.collection.PrefetchingIterator |
getPrefetchedNextOrNull, hasNext, next, remove, setPrefetchedNext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatementDeserializer
public StatementDeserializer(InputStream input)
errors
public Iterator<Neo4jError> errors()
fetchNextOrNull
protected Statement fetchNextOrNull()
- Specified by:
fetchNextOrNull in class org.neo4j.helpers.collection.PrefetchingIterator<Statement>
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.