Uses of Class
jnr.ffi.provider.jffi.NativeLibrary.LoadedLibraryData
-
Packages that use NativeLibrary.LoadedLibraryData Package Description jnr.ffi jnr.ffi.provider.jffi -
-
Uses of NativeLibrary.LoadedLibraryData in jnr.ffi
Methods in jnr.ffi that return types with arguments of type NativeLibrary.LoadedLibraryData Modifier and Type Method Description static java.util.List<NativeLibrary.LoadedLibraryData>Runtime. getLoadedLibraries()Gets a list ofNativeLibrary.LoadedLibraryDatawhich represents all currently loaded libraries, or an empty list if none are loaded. -
Uses of NativeLibrary.LoadedLibraryData in jnr.ffi.provider.jffi
Fields in jnr.ffi.provider.jffi with type parameters of type NativeLibrary.LoadedLibraryData Modifier and Type Field Description (package private) java.util.WeakHashMap<NativeLibrary,NativeLibrary.LoadedLibraryData>NativeRuntime. loadedLibrariesMethods in jnr.ffi.provider.jffi that return types with arguments of type NativeLibrary.LoadedLibraryData Modifier and Type Method Description static java.util.List<NativeLibrary.LoadedLibraryData>NativeRuntime. getLoadedLibraries()See and useRuntime.getLoadedLibraries()(which forwards here) instead of this directly
-