|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcrystalspace.jbind.impl.csPointer
Constructor Summary | |
csPointer(long nPointer)
Create a new pointer |
Method Summary | |
void |
changePointer(long nPointer)
Change the value of this pointer |
boolean |
equals(java.lang.Object obj)
|
long |
getPointer()
Get the value of this pointer |
int |
hashCode()
|
boolean |
isMemoryOwner()
Return always false. |
void |
setMemoryOwner(boolean owner)
A pointer is never a memory owner |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public csPointer(long nPointer)
nPointer
- Method Detail |
public void changePointer(long nPointer)
changePointer
in interface iPointer
nPointer
- iPointer.changePointer(long)
public long getPointer()
getPointer
in interface iPointer
iPointer.getPointer()
public boolean equals(java.lang.Object obj)
Object.equals(java.lang.Object)
public java.lang.String toString()
Object.toString()
public void setMemoryOwner(boolean owner)
setMemoryOwner
in interface iPointer
owner
- iPointer.setMemoryOwner(boolean)
public boolean isMemoryOwner()
isMemoryOwner
in interface iPointer
iPointer.isMemoryOwner()
public int hashCode()
Object.hashCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |