com.activitystream.underware.Tuple Maven / Gradle / Ivy
package com.activitystream.underware;
public class Tuple {
public final X x;
public final Y y;
public Tuple(X x, Y y) {
this.x = x;
this.y = y;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy