![JAR search and dependency download from the Maven repository](/logo.png)
com.github.t3t5u.common.util.NativeHandle Maven / Gradle / Ivy
The newest version!
package com.github.t3t5u.common.util;
public class NativeHandle {
private final long rawHandle;
public NativeHandle(final long rawHandle) {
this.rawHandle = rawHandle;
}
public long getRawHandle() {
return rawHandle;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy