Interface IdMapping

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long START_NODE_ID
      Defines the lower bound of mapped ids TODO: function?
    • Field Detail

      • START_NODE_ID

        static final long START_NODE_ID
        Defines the lower bound of mapped ids TODO: function?
        See Also:
        Constant Field Values
    • Method Detail

      • toMappedNodeId

        long toMappedNodeId​(long nodeId)
        Map original nodeId to inner nodeId
      • toOriginalNodeId

        long toOriginalNodeId​(long nodeId)
        Map inner nodeId back to original nodeId
      • contains

        boolean contains​(long nodeId)
        Returns true iff the nodeId is mapped, otherwise false.
      • nodeCount

        long nodeCount()
        Number of mapped nodeIds.