|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.android.dx.io.instructions.AddressMap
public final class AddressMap
Map from addresses to addresses, where addresses are all
ints.
| Constructor Summary | |
|---|---|
AddressMap()
Constructs an instance. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AddressMap()
| Method Detail |
|---|
public int get(int keyAddress)
-1 if there is no mapping.
public void put(int keyAddress,
int valueAddress)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||