com.github.strangepleasures.refs.LongRef Maven / Gradle / Ivy
package com.github.strangepleasures.refs;
public final class LongRef {
public long value;
public LongRef(long value) {
this.value = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy