Interface AdjacencyList

    • Method Detail

      • degree

        int degree​(long index)
      • rawDecompressingCursor

        AdjacencyCursor rawDecompressingCursor()
        Returns a new, uninitialized delta cursor.
      • decompressingCursor

        AdjacencyCursor decompressingCursor​(long offset)
        Get a new cursor initialised on the given offset
      • close

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