public final class AddressMap
extends java.lang.Object
ints.| Constructor and Description |
|---|
AddressMap()
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
int |
get(int keyAddress)
Gets the value address corresponding to the given key address.
|
void |
put(int keyAddress,
int valueAddress)
Sets the value address associated with the given key address.
|
Copyright © 2020. All Rights Reserved.