Interface Mappings.FunctionMapping

    • Method Detail

      • getTargetOpt

        int getTargetOpt​(int source)
        Returns the target that a source maps to, or -1 if it is not mapped.
      • getTarget

        int getTarget​(int source)
        Returns the target that a source maps to.
        Parameters:
        source - source
        Returns:
        target
        Throws:
        Mappings.NoElementException - if source is not mapped
      • getSourceCount

        int getSourceCount()