public static interface UResource.Table
| Modifier and Type | Method and Description |
|---|---|
boolean |
findValue(CharSequence key,
UResource.Value value) |
boolean |
getKeyAndValue(int i,
UResource.Key key,
UResource.Value value) |
int |
getSize() |
int getSize()
boolean getKeyAndValue(int i,
UResource.Key key,
UResource.Value value)
i - Table item index.key - Output-only, receives the key of the i'th item.value - Output-only, receives the value of the i'th item.boolean findValue(CharSequence key, UResource.Value value)
key - Key string to find in the table.value - Output-only, receives the value of the item with that key.