Uses of Class
be.gaudry.model.video.TVEpisode
Packages that use TVEpisode
-
Uses of TVEpisode in be.gaudry.model.video
Methods in be.gaudry.model.video that return TVEpisodeModifier and TypeMethodDescriptionTVSeason.getEpisode(int index)
Returns the TVEpisode at the specified position in the TVEpisodes.Methods in be.gaudry.model.video that return types with arguments of type TVEpisodeMethods in be.gaudry.model.video with parameters of type TVEpisodeModifier 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).