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

com.github.bingoohuang.blackcat.instrument.utils.Tuple Maven / Gradle / Ivy

The newest version!
package com.github.bingoohuang.blackcat.instrument.utils;

import lombok.AllArgsConstructor;
import lombok.Data;

@Data @AllArgsConstructor
public class Tuple {
    public final X x;
    public final Y y;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy