public interface Resetable
Classes implementing this interface indicate that their state is resetable. This is often used in JASA to re-initialise objects instead of re-constructing them, with the associated garbage-collection and initialisation performance penalties.
Modifier and Type | Method and Description |
---|---|
void |
reset()
Reinitialise our state to the original settings.
|
Copyright © 2014. All rights reserved.