com.github.strangepleasures.refs.IntRef Maven / Gradle / Ivy
The newest version!
package com.github.strangepleasures.refs;
public final class IntRef {
public int value;
public IntRef(int value) {
this.value = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy