All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.highcharts4gwt.model.array.jso.JsoArrayNumber Maven / Gradle / Ivy

There is a newer version: 0.0.7
Show newest version
package com.github.highcharts4gwt.model.array.jso;

import com.github.highcharts4gwt.model.array.api.ArrayNumber;
import com.google.gwt.core.client.JsArrayNumber;

public class JsoArrayNumber extends JsArrayNumber implements ArrayNumber
{

    protected JsoArrayNumber()
    {
    }

    @Override
    final public void setValue(int index, double value)
    {
        set(index, value);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy