Interface Clearable


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

      • clear

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