public class StateHandler extends Object
Modifier and Type | Field and Description |
---|---|
Map<String,ComponentLifecycle.StateContainer> |
mStateContainers
Maps a component key to a component object that retains the current state values for that key.
|
Constructor and Description |
---|
StateHandler() |
Modifier and Type | Method and Description |
---|---|
static StateHandler |
acquireNewInstance(StateHandler stateHandler) |
boolean |
isEmpty() |
public Map<String,ComponentLifecycle.StateContainer> mStateContainers
public static StateHandler acquireNewInstance(@Nullable StateHandler stateHandler)
public boolean isEmpty()