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

net.sf.jtables.table.impl.TableDouble Maven / Gradle / Ivy

Go to download

Simple and lightweight framework to work with tables and table based files such as CSV and other (tab)-delimited files.

There is a newer version: 2.2.2
Show newest version
package net.sf.jtables.table.impl;

import java.util.List;

import net.sf.jtables.table.Row;

public class TableDouble extends AnnotatedMutableTableImpl {

	public TableDouble() {
		super();
	}

	public TableDouble(List> rows) {
		super(rows);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy