Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/java-native-access/jna
/ setNext
Method
setNext
src/com/sun/jna/internal/Cleaner.java:132–134 ·
view source on GitHub ↗
(CleanerRef next)
Source
from the content-addressed store, hash-verified
130
}
131
132
void
setNext(CleanerRef next) {
133
this.next = next;
134
}
135
}
136
137
public
static
interface
Cleanable {
Callers
2
add
Method · 0.80
remove
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected