Interface LookupTable

  • All Known Implementing Classes:
    SimpleLookupTable

    public interface LookupTable
    A look up table
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double get​(double key)
      Get the value of the key closest to the passed in key
    • Method Detail

      • get

        double get​(double key)
        Get the value of the key closest to the passed in key
        Parameters:
        key - the key to lookup
        Returns:
        the value at the key