public class ResourceIdGenerator extends Object
Tracks resource ids and generates new unique values.
Modifier and Type | Method and Description |
---|---|
int |
generate(String type,
String name) |
void |
record(int resId,
String type,
String name) |