Class AdjacencyList.DecompressingCursor

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long NOT_FOUND  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int cost()
      Return how many targets can be decoded in total.
      • Methods inherited from class java.lang.Object

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

      • cost

        public int cost()
        Return how many targets can be decoded in total. This is equivalent to the degree.