Uses of Class
be.gaudry.model.video.TVEpisode
-
Uses of TVEpisode in be.gaudry.model.video
Modifier and TypeMethodDescriptionTVSeason.getEpisode(int index)
Returns the TVEpisode at the specified position in the TVEpisodes.Modifier and TypeMethodDescriptionvoid
TVSeason.addEpisode(TVEpisode episode)
Appends the specified element to the end of this list (optional operation).void
TVSeason.removeSeason(TVEpisode episode)
Removes the first occurrence of the specified element from this list, if it is present (optional operation).