-
-
Field Summary
-
Fields inherited from interface org.neo4j.graphdb.Resource
EMPTY
-
Method Summary
-
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 AutoCloseable
- Specified by:
close in interface org.neo4j.graphdb.index.IndexHits<S extends org.neo4j.graphdb.PropertyContainer>
- Specified by:
close in interface org.neo4j.graphdb.Resource
- Specified by:
close in interface org.neo4j.graphdb.ResourceIterator<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>
-
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>
Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.