public class QEmuOptionsList extends ArrayList<QEmuOption> implements QEmuOption, QEmuOption.Container, QEmuIdAllocator.Consumer
QEmuOptions, represented as a QEmuOption.
 This makes a QEmuCommandLine be a tree of QEmuOptions.QEmuOption.ContainermodCount| Constructor and Description | 
|---|
| QEmuOptionsList() | 
| QEmuOptionsList(Collection<? extends QEmuOption> c) | 
| QEmuOptionsList(QEmuOption... c) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | appendTo(List<? super String> line) | 
| void | withAllocator(QEmuIdAllocator allocator) | 
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, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitforEach, iterator, spliteratorcontainsAll, equals, hashCodeparallelStream, streampublic QEmuOptionsList()
public QEmuOptionsList(Collection<? extends QEmuOption> c)
public QEmuOptionsList(QEmuOption... c)
public void withAllocator(QEmuIdAllocator allocator)
withAllocator in interface QEmuIdAllocator.Consumerpublic void appendTo(List<? super String> line)
appendTo in interface QEmuOption