Skip navigation links
C E I M O R S 

C

close() - Method in interface org.neo4j.graphdb.Resource
 
close() - Method in interface org.neo4j.graphdb.ResourceIterator
Close the iterator early, freeing associated resources It is an error to use the iterator after this has been called.

E

EMPTY - Static variable in interface org.neo4j.graphdb.Resource
Empty resource that doesn't close anything.

I

iterator() - Method in interface org.neo4j.graphdb.ResourceIterable
Returns an iterator with associated resources that may be managed.

M

map(Function<T, R>) - Method in interface org.neo4j.graphdb.ResourceIterator
 

O

org.neo4j.graphdb - package org.neo4j.graphdb
 

R

Resource - Interface in org.neo4j.graphdb
Resource that should be closed when not needed anymore.
ResourceIterable<T> - Interface in org.neo4j.graphdb
Iterable whose iterators have associated resources that need to be released.
ResourceIterator<T> - Interface in org.neo4j.graphdb
Closeable Iterator with associated resources.

S

stream() - Method in interface org.neo4j.graphdb.ResourceIterable
 
stream() - Method in interface org.neo4j.graphdb.ResourceIterator
 
C E I M O R S 
Skip navigation links

Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.