Class BatchNodeIterable.IdIterable

  • All Implemented Interfaces:
    org.neo4j.gds.collections.primitive.PrimitiveLongIterable
    Enclosing interface:
    BatchNodeIterable

    public static final class BatchNodeIterable.IdIterable
    extends java.lang.Object
    implements org.neo4j.gds.collections.primitive.PrimitiveLongIterable
    • Constructor Summary

      Constructors 
      Constructor Description
      IdIterable​(long start, long length)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.PrimitiveIterator.OfLong iterator()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IdIterable

        public IdIterable​(long start,
                          long length)
    • Method Detail

      • iterator

        public java.util.PrimitiveIterator.OfLong iterator()
        Specified by:
        iterator in interface org.neo4j.gds.collections.primitive.PrimitiveLongIterable