Spring Data Neo4j

org.springframework.data.neo4j.support.typerepresentation
Class ClosableCombiningIterable<T>

java.lang.Object
  extended by org.neo4j.helpers.collection.CombiningIterable<T>
      extended by org.springframework.data.neo4j.support.typerepresentation.ClosableCombiningIterable<T>
All Implemented Interfaces:
Iterable<T>, org.neo4j.helpers.collection.ClosableIterable<T>

public class ClosableCombiningIterable<T>
extends org.neo4j.helpers.collection.CombiningIterable<T>
implements org.neo4j.helpers.collection.ClosableIterable<T>

Since:
21.10.11
Author:
mh

Constructor Summary
ClosableCombiningIterable(Iterable<Iterable<T>> relIterables)
           
 
Method Summary
 void close()
           
 
Methods inherited from class org.neo4j.helpers.collection.CombiningIterable
iterator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.Iterable
iterator
 

Constructor Detail

ClosableCombiningIterable

public ClosableCombiningIterable(Iterable<Iterable<T>> relIterables)
Method Detail

close

public void close()
Specified by:
close in interface org.neo4j.helpers.collection.ClosableIterable<T>

Spring Data Neo4j

Copyright © 2013 SpringSource. All Rights Reserved.