public class State extends Pointer
| Modifier and Type | Field and Description |
|---|---|
static int |
size |
| Constructor and Description |
|---|
State(byte[] mem) |
| Modifier and Type | Method and Description |
|---|---|
State |
decAddress() |
int |
getFreq() |
int |
getSuccessor() |
int |
getSymbol() |
State |
incAddress() |
void |
incFreq(int dFreq) |
State |
init(byte[] mem) |
static void |
ppmdSwap(State ptr1,
State ptr2) |
void |
setFreq(int freq) |
void |
setSuccessor(int successor) |
void |
setSuccessor(PPMContext successor) |
void |
setSymbol(int symbol) |
void |
setValues(State ptr) |
void |
setValues(StateRef state) |
String |
toString() |
getAddress, setAddresspublic static final int size
public State init(byte[] mem)
public int getSymbol()
public void setSymbol(int symbol)
public int getFreq()
public void setFreq(int freq)
public void incFreq(int dFreq)
public int getSuccessor()
public void setSuccessor(PPMContext successor)
public void setSuccessor(int successor)
public void setValues(StateRef state)
public void setValues(State ptr)
public State decAddress()
public State incAddress()
Copyright © 2017. All rights reserved.