Package net.filebot.web
Class MovieCollection
- All Implemented Interfaces:
Serializable,Iterable<Movie>,Collection<Movie>,List<Movie>,SequencedCollection<Movie>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMovieCollection(Collection<Movie> parts, int id, String name, String overview, URL poster, URL backdrop) -
Method Summary
Methods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, set, subListMethods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
addAll, addFirst, addLast, contains, containsAll, getFirst, getLast, isEmpty, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, sort, spliterator, toArray, toArray
-
Constructor Details
-
MovieCollection
public MovieCollection(Collection<Movie> parts, int id, String name, String overview, URL poster, URL backdrop)
-
-
Method Details
-
get
-
size
- Specified by:
sizein interfaceCollection<Movie>- Specified by:
sizein interfaceList<Movie>- Specified by:
sizein classAbstractCollection<Movie>
-
getId
-
getName
-
getOverview
-
getPoster
-
getBackdrop
-