Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/java-native-access/jna
/ setValue
Method
setValue
src/com/sun/jna/ptr/LongByReference.java:38–40 ·
view source on GitHub ↗
(long value)
Source
from the content-addressed store, hash-verified
36
}
37
38
public
void
setValue(long value) {
39
getPointer().setLong(0, value);
40
}
41
42
public
long getValue() {
43
return
getPointer().getLong(0);
Callers
1
LongByReference
Method · 0.95
Calls
2
getPointer
Method · 0.65
setLong
Method · 0.45
Tested by
no test coverage detected