org.neo4j.kernel.impl.util
Class RelIdArray.EmptyRelIdArray

java.lang.Object
  extended by org.neo4j.kernel.impl.util.RelIdArray
      extended by org.neo4j.kernel.impl.util.RelIdArray.EmptyRelIdArray
Enclosing class:
RelIdArray

public static class RelIdArray.EmptyRelIdArray
extends RelIdArray


Nested Class Summary
 
Nested classes/interfaces inherited from class org.neo4j.kernel.impl.util.RelIdArray
RelIdArray.DirectionWrapper, RelIdArray.EmptyRelIdArray, RelIdArray.IdBlock, RelIdArray.RelIdIteratorImpl
 
Field Summary
 
Fields inherited from class org.neo4j.kernel.impl.util.RelIdArray
EMPTY, EMPTY_BLOCK
 
Method Summary
 RelIdIterator iterator(RelIdArray.DirectionWrapper direction)
           
 
Methods inherited from class org.neo4j.kernel.impl.util.RelIdArray
add, addAll, append, couldBeNeedingUpdate, downgradeIfPossible, empty, from, getLastLoopBlock, getType, isEmpty, newSimilarInstance, setLastLoopBlock, shrink, upgradeIfNeeded, wrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

iterator

public RelIdIterator iterator(RelIdArray.DirectionWrapper direction)
Overrides:
iterator in class RelIdArray


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