public abstract class PointerWrapperAbstract extends java.lang.Object implements PointerWrapper
| Modifier and Type | Field and Description |
|---|---|
protected long |
pointer |
| Modifier | Constructor and Description |
|---|---|
protected |
PointerWrapperAbstract(long pointer) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkValid()
Checks if the pointer is valid and throws an IllegalStateException if
it is not.
|
boolean |
equals(java.lang.Object o) |
long |
getPointer() |
int |
hashCode() |
boolean |
isValid()
Returns true if this object represents a valid pointer.
|
java.lang.String |
toString() |
public boolean isValid()
public final void checkValid()
public final long getPointer()
getPointer in interface PointerWrapperpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2002-2010 lwjgl.org. All Rights Reserved.