public abstract class BatteryStatsImpl.OverflowArrayMap<T> extends Object
Constructor and Description |
---|
OverflowArrayMap(int uid) |
Modifier and Type | Method and Description |
---|---|
void |
add(String name,
T obj) |
void |
cleanup() |
void |
clear() |
ArrayMap<String,T> |
getMap() |
abstract T |
instantiateObject() |
T |
startObject(String name) |
T |
stopObject(String name) |