org.neo4j.kernel.impl.util
Interface RelIdIterator

All Known Implementing Classes:
CombinedRelIdIterator, RelIdArray.RelIdIteratorImpl

public interface RelIdIterator


Method Summary
 void doAnotherRound()
          Tells this iterator to try another round with all its directions starting from each their previous states.
 RelIdArray getIds()
           
 String getType()
           
 boolean hasNext()
           
 long next()
           
 RelIdIterator updateSource(RelIdArray newSource)
           
 

Method Detail

getType

String getType()

getIds

RelIdArray getIds()

updateSource

RelIdIterator updateSource(RelIdArray newSource)

hasNext

boolean hasNext()

doAnotherRound

void doAnotherRound()
Tells this iterator to try another round with all its directions starting from each their previous states. Called from IntArrayIterator, when it finds out it has gotten more relationships of this type.


next

long next()


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