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

com.github.highcharts4gwt.model.array.jso.JsoArrayString 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.ArrayString;
import com.google.gwt.core.client.JsArrayString;

public class JsoArrayString extends JsArrayString implements ArrayString
{

    protected JsoArrayString()
    {
    }

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy