@Experimental(value=STATE) public interface State
clear()
operation.
Specific types of state add appropriate accessors for reading and writing values, see ValueState
, BagState
, and GroupingState
.
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clear out the state location.
|