Class TransientAdjacencyList.Cursor

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      boolean hasNextLong()
      Return true iff there is at least one more target to decode.
      TransientAdjacencyList.Cursor init​(long fromIndex, int degree)
      Initialize this cursor to point to the given index.
      long nextLong()
      Read the next target id.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait