public class RarNode extends Pointer
| Modifier and Type | Field and Description |
|---|---|
static int |
size |
| Constructor and Description |
|---|
RarNode(byte[] mem) |
| Modifier and Type | Method and Description |
|---|---|
int |
getNext() |
void |
setNext(int next) |
void |
setNext(RarNode next) |
java.lang.String |
toString() |
getAddress, setAddresspublic static final int size
public int getNext()
public void setNext(RarNode next)
public void setNext(int next)
public java.lang.String toString()
toString in class java.lang.Object