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.
      int length()  
      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
    • Method Detail

      • length

        public int length()
      • hasNextLong

        public boolean hasNextLong()
        Description copied from interface: PropertyCursor
        Return true iff there is at least one more target to decode.
        Specified by:
        hasNextLong in interface PropertyCursor
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface PropertyCursor