| Package | Description |
|---|---|
| com.android.dx.dex.code |
| Modifier and Type | Method and Description |
|---|---|
LocalList.Entry |
LocalList.get(int n)
Gets the element at the given index.
|
LocalList.Entry |
LocalList.Entry.withDisposition(LocalList.Disposition disposition)
Returns an instance just like this one but with the disposition
set as given.
|
| Modifier and Type | Method and Description |
|---|---|
int |
LocalList.Entry.compareTo(LocalList.Entry other)
Compares by (in priority order) address, end then start
disposition (variants of end are all consistered
equivalent), and spec.
|
boolean |
LocalList.Entry.matches(LocalList.Entry other)
Returns whether or not this instance matches the spec in
the given instance.
|
void |
LocalList.set(int n,
LocalList.Entry entry)
Sets the entry at the given index.
|
Copyright © 2020. All Rights Reserved.