Interface AdjacencyCompressor.ValueMapper

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long map​(long value)
      A mapper to transform values before compressing them.
    • Method Detail

      • map

        long map​(long value)
        A mapper to transform values before compressing them. Implementations must be thread-safe