public class SwitchInstructions
extends java.lang.Object
| Constructor and Description |
|---|
SwitchInstructions(int size) |
| Modifier and Type | Method and Description |
|---|---|
int |
getInstructions(int key) |
void |
merge(SwitchInstructions other) |
void |
setInstructions(int key,
int instructions) |
int |
size() |
public int size()
public void setInstructions(int key,
int instructions)
public int getInstructions(int key)
public void merge(SwitchInstructions other)