|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jocl.NativePointerObject
public class NativePointerObject
Base class for all classes that store a native pointer
Constructor Summary | |
---|---|
protected |
NativePointerObject()
Creates a new (null) Pointer |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected NativePointerObject()
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |