Skip navigation links
Neo4j
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.
closeAll(Iterable<T>) - Static method in class org.neo4j.graphdb.ResourceUtils
 
closeAll(T...) - Static method in class org.neo4j.graphdb.ResourceUtils
 
closeAll(Stream<T>) - Static method in class org.neo4j.graphdb.ResourceUtils
Close all resources.

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.
ResourceUtils - Class in org.neo4j.graphdb
 
ResourceUtils() - Constructor for class org.neo4j.graphdb.ResourceUtils
 

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
Neo4j

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