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

com.activitystream.underware.Tuple Maven / Gradle / Ivy

Go to download

For a description please see https://github.com/activitystream/as-sdk-java

There is a newer version: 0.5.8
Show newest version
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