com.github.sh0nk.matplotlib4j.builder.ArgsBuilderImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of matplotlib4j Show documentation
Show all versions of matplotlib4j Show documentation
Matplotlib for java: A simple graph plot library for java with powerful python matplotlib
package com.github.sh0nk.matplotlib4j.builder;
import com.google.common.base.Joiner;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.LinkedList;
import java.util.List;
public class ArgsBuilderImpl implements Builder {
private final static Logger LOGGER = LoggerFactory.getLogger(ArgsBuilderImpl.class);
private final String key;
List