Skip to content

Commit 07ca606

Browse files
committed
Week2. FirstRatings. gettters for Movies and Ratings
1 parent dcecbb1 commit 07ca606

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Week1/src/FirstRatings.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@
1515
* @version 1.0
1616
*/
1717
public class FirstRatings {
18+
public ArrayList<Movie> getMovieArrayList() {
19+
return movieArrayList;
20+
}
21+
22+
public ArrayList<Rater> getRaterArrayList() {
23+
return raterArrayList;
24+
}
25+
1826
private ArrayList<Movie> movieArrayList;
1927
private ArrayList<Rater> raterArrayList;
2028

0 commit comments

Comments
 (0)