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;
}
}