public class DurationsTable extends SparseMappingTable.Table
Constructor and Description |
---|
DurationsTable(SparseMappingTable tableData) |
Modifier and Type | Method and Description |
---|---|
void |
addDuration(int state,
long value)
Add the value into the value stored for the state.
|
void |
addDurations(DurationsTable from)
Add all of the durations from the other table into this one.
|
copyFrom, dumpInternalState, getArrayForKey, getKey, getKeyAt, getKeyCount, getOrAddKey, getValue, getValue, getValueForId, getValueForId, readFromParcel, resetTable, setValue, setValue, writeToParcel
public DurationsTable(SparseMappingTable tableData)
public void addDurations(DurationsTable from)
public void addDuration(int state, long value)