Package | Description |
---|---|
com.kenai.jffi |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.Class,NativeMethods> |
NativeMethods.registeredMethods
Store a link from the class to the native method holder in a weak
hash map, so as long as the class remains alive, the native memory for the
structures remains alive.
|