![JAR search and dependency download from the Maven repository](/logo.png)
it.espr.mvc.Pair Maven / Gradle / Ivy
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