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

utils.Pair Maven / Gradle / Ivy

The newest version!
package utils;

public class Pair {

    public T1 first = null;
    public T2 second = null;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy