Constructor and Description |
---|
Playlists() |
Modifier and Type | Method and Description |
---|---|
void |
add(Playlist playlist) |
Playlist |
get(int index) |
Playlist |
getPlaying() |
boolean |
isPlayingLock() |
java.util.Iterator<Playlist> |
iterator() |
void |
remove(Playlist playlist) |
void |
removePlayingLock() |
void |
setPlaying(Playlist playing) |
void |
setPlayingLock() |
int |
size() |
public int size()
public Playlist get(int index)
public void add(Playlist playlist)
public void remove(Playlist playlist)
public void setPlayingLock()
public void removePlayingLock()
public boolean isPlayingLock()
public void setPlaying(Playlist playing)
public Playlist getPlaying()