Interface Clearable


public interface Clearable
Provides a mixin to clear a collection from all its contained elements.
  • Method Summary

    Modifier and Type Method Description
    void clear()
    Clears all elements contained in the implementing instance.
  • Method Details

    • clear

      void clear()
      Clears all elements contained in the implementing instance.