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

it.espr.mvc.Pair Maven / Gradle / Ivy

There is a newer version: 0.3.4
Show newest version
package it.espr.mvc;

public class Pair {

	public First p1;

	public Second p2;

	public Pair(First p1, Second p2) {
		super();
		this.p1 = p1;
		this.p2 = p2;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy