|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.timeindexing.appl.playlist.PlayList
public class PlayList
A play list. It contains a list of PlayListItems.
| Constructor Summary | |
|---|---|
PlayList()
Construct a PlayList. |
|
| Method Summary | |
|---|---|
void |
add(int pos,
PlayListItem item)
Add a PlayItem at the specified position in the PlayList. |
void |
add(PlayListItem item)
Add a PlayItem to the end of the PlayList. |
PlayListItem |
get(int pos)
Get the nth element of the PlayList. |
java.util.Iterator |
iterator()
Get an iterator over the PlayList |
int |
size()
Get the size of the PlayList. |
java.lang.String |
toString()
Create a String view of a PlayList. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PlayList()
| Method Detail |
|---|
public void add(PlayListItem item)
public void add(int pos,
PlayListItem item)
public PlayListItem get(int pos)
public int size()
public java.util.Iterator iterator()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||