public class PlayList extends java.util.ArrayList<VirtualBookRef>
Constructor and Description |
---|
PlayList() |
Modifier and Type | Method and Description |
---|---|
int |
currentindex() |
IVirtualBookRef |
currentVirtualBook()
Get the current virtualbook ref
|
void |
moveFirst()
Reset the current virtualbook ref
|
void |
moveNext()
return the new element, or null if none
|
void |
setCurrent(int index)
set selected element
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
public IVirtualBookRef currentVirtualBook()
public int currentindex()
public void moveNext()
public void moveFirst()
public void setCurrent(int index)
index
-