Class SortedMapBackedDiscreteFunction.Builder<X extends java.lang.Comparable<X>,​Y>

  • Type Parameters:
    X - the type of the values in x-direction (Independent variable)
    Y - the type of the values in y-direction (Dependent variable)
    All Implemented Interfaces:
    DiscreteFunctionBuilder<X,​Y>
    Enclosing class:
    SortedMapBackedDiscreteFunction<X extends java.lang.Comparable<X>,​Y>

    public static final class SortedMapBackedDiscreteFunction.Builder<X extends java.lang.Comparable<X>,​Y>
    extends java.lang.Object
    implements DiscreteFunctionBuilder<X,​Y>
    The builder for the function based on a sorted map. This class provides methods to add values to the function.