Package com.lariflix.jemm.reports
Class JellyfinReportStudiosStructure
java.lang.Object
java.util.AbstractCollection<JellyfinReportStudiosItem>
java.util.AbstractList<JellyfinReportStudiosItem>
java.util.ArrayList<JellyfinReportStudiosItem>
com.lariflix.jemm.reports.JellyfinReportStudiosStructure
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<JellyfinReportStudiosItem>
,Collection<JellyfinReportStudiosItem>
,List<JellyfinReportStudiosItem>
,RandomAccess
,SequencedCollection<JellyfinReportStudiosItem>
The JellyfinReportStudiosStructure class extends the ArrayList class and is used to represent a list of studios in a report.
This class contains a list of JellyfinReportStudiosItem objects, each representing a studio in a report.
It provides methods to add, remove, and retrieve studios from the list.
- Author:
- Cesar Bianchi
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor for the JellyfinReportStudiosStructure class. -
Method Summary
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, ensureCapacity, equals, forEach, get, getFirst, getLast, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeIf, removeLast, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
Methods inherited from class java.util.AbstractCollection
containsAll, toString
Methods inherited from interface java.util.Collection
parallelStream, stream, toArray
Methods inherited from interface java.util.List
containsAll, reversed
-
Constructor Details
-
JellyfinReportStudiosStructure
public JellyfinReportStudiosStructure()Constructor for the JellyfinReportStudiosStructure class. This is a no-argument constructor that initializes a new instance of the JellyfinReportStudiosStructure class. It doesn't perform any specific actions.- Since:
- 1.0
-