Strategy ONE
WebSubTitles
The WebSubTitles interface provides a collection of WebSubTitle objects.
The following methods are available for the WebSubTitles interface:
- 
                                                    size— Returns the number of WebSubTitle objects contained in the collection. 
- 
                                                    get— Returns the WebSubTitle object specified by the index passed in as a parameter. 
- 
                                                    elements— Returns an Enumeration object, which can be used to iterate through the collection. 
- 
                                                    isEmpty— Returns whether the collection is empty. 
