public class NativePointerObject
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
NativePointerObject()
Creates a new (null) Pointer
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
protected long |
getNativePointer()
Package-private method to obtain the native
pointer value.
|
int |
hashCode() |
java.lang.String |
toString()
Returns a String representation of this object.
|
protected long getNativePointer()
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object