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

    Modifier and Type
    Method
    Description
    @NonNull EChange
    Reset the contents of the element to the after-construction state.
  • Method Details

    • removeAll

      @NonNull EChange removeAll()
      Reset the contents of the element to the after-construction state.
      Returns:
      EChange.CHANGED if at least one element was cleared, EChange.UNCHANGED otherwise.