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

com.itranswarp.warpdb.Results Maven / Gradle / Ivy

There is a newer version: 6.0.3
Show newest version
package com.itranswarp.warpdb;

import java.util.List;

public class Results {

	public final List results;

	public Results(List results) {
		this.results = results;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy