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.Container
modCount
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, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, iterator, spliterator
containsAll, equals, hashCode
parallelStream, stream
public QEmuOptionsList()
public QEmuOptionsList(Collection<? extends QEmuOption> c)
public QEmuOptionsList(QEmuOption... c)
public void withAllocator(QEmuIdAllocator allocator)
withAllocator
in interface QEmuIdAllocator.Consumer
public void appendTo(List<? super String> line)
appendTo
in interface QEmuOption