public class VariableVirtualStackValueMap<K extends Value,T> extends ValueMap<K,T>
| Constructor and Description |
|---|
VariableVirtualStackValueMap(int initialVariableCapacity,
int initialStackSlotCapacity) |
| Modifier and Type | Method and Description |
|---|---|
T |
get(K value)
Gets the object associated with
value or null if there is no such mapping. |
void |
put(K value,
T object)
Associates
object with value. |
void |
remove(K value)
Removes the object associated with
value from the map. |
public VariableVirtualStackValueMap(int initialVariableCapacity,
int initialStackSlotCapacity)