public class PlayList extends Object implements Iterable<Song>
PlayList()
void
add(Song song)
Iterator<Song>
iterator()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PlayList()
public void add(Song song)
song
public Iterator<Song> iterator()
iterator
Iterable<Song>