MCPcopy Create free account
hub / github.com/java-native-access/jna / clean

Method clean

src/com/sun/jna/internal/Cleaner.java:113–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111 }
112
113 @Override
114 public void clean() {
115 if(cleaner.remove(this)) {
116 cleanupTask.run();
117 }
118 }
119
120 CleanerRef getPrevious() {
121 return previous;

Callers

nothing calls this directly

Calls 2

removeMethod · 0.45
runMethod · 0.45

Tested by

no test coverage detected