Package com.helger.base.state
Interface IClearable
public interface IClearable
Basic interface for the common action of resetting an objects contents to the
initial state.
- Author:
- Philip Helger
-
Method Summary
-
Method Details
-
removeAll
@NonNull EChange removeAll()Reset the contents of the element to the after-construction state.- Returns:
EChange.CHANGEDif at least one element was cleared,EChange.UNCHANGEDotherwise.
-