interface Clearable
Clearable
objects may be reset to a reusable state.
This type should be combined into ReusableMessage
as a default method for 3.0.Modifier and Type | Method and Description |
---|---|
void |
clear()
Resets the object to a clean state.
|