Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/java-native-access/jna
/ getNext
Method
getNext
src/com/sun/jna/internal/Cleaner.java:128–130 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
126
}
127
128
CleanerRef getNext() {
129
return
next;
130
}
131
132
void
setNext(CleanerRef next) {
133
this.next = next;
Callers
1
remove
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected