Interface CourseContainer

    • Method Detail

      • containsCourse

        boolean containsCourse​(String courseId)
        Determines if the container contains a courses
        Parameters:
        courseId - id of the Course to test
        Returns:
        true if the course exists
      • hasCourses

        boolean hasCourses()
        Determines if the container contains courses
        Returns:
        true if the container contains at least one course