public abstract class PointerWrapperAbstract extends 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(Object o) |
long |
getPointer() |
int |
hashCode() |
boolean |
isValid()
Returns true if this object represents a valid pointer.
|
String |
toString() |
public boolean isValid()
public final void checkValid()
public final long getPointer()
getPointer
in interface PointerWrapper
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.