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

hydraql.shaded.fastjson2.util.ReferenceKey Maven / Gradle / Ivy

The newest version!
package hydraql.shaded.fastjson2.util;

public class ReferenceKey {
    public final int index;

    public ReferenceKey(int index) {
        this.index = index;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy