코드보기: POCU Tunes
public Playlist(String name) {
this.name = name;
this.songs = new ArrayList<Song>();
}this.songs 빈 플레이 리스트로 초기화 하기 위해 빈 ArrayList 생성
public Playlist(String name) {
this.name = name;
this.songs = new ArrayList<Song>();
}this.songs 빈 플레이 리스트로 초기화 하기 위해 빈 ArrayList 생성
0건의 항목