Spring Data Neo4j

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

java.lang.Object
  extended by org.springframework.data.neo4j.support.index.EmptyIndexHits<S>
All Implemented Interfaces:
Iterable<S>, Iterator<S>, org.neo4j.graphdb.index.IndexHits<S>

public class EmptyIndexHits<S extends org.neo4j.graphdb.PropertyContainer>
extends Object
implements org.neo4j.graphdb.index.IndexHits<S>

Since:
16.10.11
Author:
mh

Constructor Summary
EmptyIndexHits()
           
 
Method Summary
 void close()
           
 float currentScore()
           
 S getSingle()
           
 boolean hasNext()
           
 Iterator<S> iterator()
           
 S next()
           
 void remove()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyIndexHits

public EmptyIndexHits()
Method Detail

size

public int size()
Specified by:
size in interface org.neo4j.graphdb.index.IndexHits<S extends org.neo4j.graphdb.PropertyContainer>

close

public void close()
Specified by:
close in interface org.neo4j.graphdb.index.IndexHits<S extends org.neo4j.graphdb.PropertyContainer>

getSingle

public S getSingle()
Specified by:
getSingle in interface org.neo4j.graphdb.index.IndexHits<S extends org.neo4j.graphdb.PropertyContainer>

currentScore

public float currentScore()
Specified by:
currentScore in interface org.neo4j.graphdb.index.IndexHits<S extends org.neo4j.graphdb.PropertyContainer>

iterator

public Iterator<S> iterator()
Specified by:
iterator in interface Iterable<S extends org.neo4j.graphdb.PropertyContainer>

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<S extends org.neo4j.graphdb.PropertyContainer>

next

public S next()
Specified by:
next in interface Iterator<S extends org.neo4j.graphdb.PropertyContainer>

remove

public void remove()
Specified by:
remove in interface Iterator<S extends org.neo4j.graphdb.PropertyContainer>

Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.