Interface IContainer<M>

  • All Known Implementing Classes:
    TestMethodContainer

    public interface IContainer<M>
    Represents the capabilities of a simple container to hold data
    • Method Detail

      • getItems

        M[] getItems()
        Returns:
        - Retrieves data from the container
      • clearItems

        void clearItems()
        Clears the container
      • isCleared

        boolean isCleared()
        Returns:
        - true if the container items were cleared.