Interface DiscreteFunctionBuilder<X extends java.lang.Comparable<X>,​Y>

  • Type Parameters:
    X - the type of the values along the X-axis
    Y - the type of the values along the Y-axis
    All Known Implementing Classes:
    SortedMapBackedDiscreteFunction.Builder

    public interface DiscreteFunctionBuilder<X extends java.lang.Comparable<X>,​Y>
    A builder for discrete functions. It provides methods to put new values and to decide on the interpolation strategies to use.