Class JellyfinReportYearsStructure

All Implemented Interfaces:
Serializable, Cloneable, Iterable<JellyfinReportYearsItem>, Collection<JellyfinReportYearsItem>, List<JellyfinReportYearsItem>, RandomAccess, SequencedCollection<JellyfinReportYearsItem>

public class JellyfinReportYearsStructure extends ArrayList<JellyfinReportYearsItem>
The JellyfinReportYearsStructure class extends the ArrayList class and is used to represent a list of years in a report. This class contains a list of JellyfinReportYearsItem objects, each representing a year in a report. It provides methods to add, remove, and retrieve years from the list.
Author:
Cesar Bianchi
See Also:
  • Constructor Details

    • JellyfinReportYearsStructure

      public JellyfinReportYearsStructure()
      Constructor for the JellyfinReportYearsStructure class. This is a no-argument constructor that initializes a new instance of the JellyfinReportYearsStructure class. It doesn't perform any specific actions.
      Since:
      1.1