Spring Data Neo4j

org.springframework.data.neo4j.support.index
Class ClosableIndexHits<S extends org.neo4j.graphdb.PropertyContainer>

java.lang.Object
  extended by org.neo4j.helpers.collection.IterableWrapper<S,S>
      extended by org.springframework.data.neo4j.support.index.ClosableIndexHits<S>
All Implemented Interfaces:
Iterable<S>, org.neo4j.helpers.collection.ClosableIterable<S>

public class ClosableIndexHits<S extends org.neo4j.graphdb.PropertyContainer>
extends org.neo4j.helpers.collection.IterableWrapper<S,S>
implements org.neo4j.helpers.collection.ClosableIterable<S>

Since:
21.10.11
Author:
mh

Constructor Summary
ClosableIndexHits(org.neo4j.graphdb.index.IndexHits<S> indexHits)
           
 
Method Summary
 void close()
           
protected  S underlyingObjectToObject(S state)
           
 
Methods inherited from class org.neo4j.helpers.collection.IterableWrapper
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

ClosableIndexHits

public ClosableIndexHits(org.neo4j.graphdb.index.IndexHits<S> indexHits)
Method Detail

underlyingObjectToObject

protected S underlyingObjectToObject(S state)
Specified by:
underlyingObjectToObject in class org.neo4j.helpers.collection.IterableWrapper<S extends org.neo4j.graphdb.PropertyContainer,S extends org.neo4j.graphdb.PropertyContainer>

close

public void close()
Specified by:
close in interface org.neo4j.helpers.collection.ClosableIterable<S extends org.neo4j.graphdb.PropertyContainer>

Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.