Neo4j

Uses of Interface
org.neo4j.helpers.collection.ClosableIterator

Packages that use ClosableIterator
org.neo4j.helpers.collection Collections utilities - Iterator/Iterable utilities and creating Maps. 
 

Uses of ClosableIterator in org.neo4j.helpers.collection
 

Classes in org.neo4j.helpers.collection that implement ClosableIterator
 class LinesOfFileIterator
           
 

Methods in org.neo4j.helpers.collection that return ClosableIterator
static ClosableIterator<String> IteratorUtil.asIterator(File file)
          Creates an Iterator for iterating over the lines of a text file.
static ClosableIterator<String> IteratorUtil.asIterator(File file, String encoding)
          Creates an Iterator for iterating over the lines of a text file.
 


Neo4j

Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.