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, subList
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods 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:
size
in interfaceCollection<Movie>
- Specified by:
size
in interfaceList<Movie>
- Specified by:
size
in classAbstractCollection<Movie>
-
getId
-
getName
-
getOverview
-
getPoster
-
getBackdrop
-