public class HotSpotNativeLibraryHandle extends Object implements NativeLibraryHandle
| Modifier and Type | Field and Description |
|---|---|
(package private) String |
name |
(package private) long |
value |
| Constructor and Description |
|---|
HotSpotNativeLibraryHandle(String name,
long handle) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName()
Gets a name for this library.
|
int |
hashCode() |
String |
toString() |
public HotSpotNativeLibraryHandle(String name, long handle)
public String getName()
NativeLibraryHandlegetName in interface NativeLibraryHandle