public abstract class AbstractQEmuOption extends Object implements QEmuOption
QEmuOption.Container
Constructor and Description |
---|
AbstractQEmuOption() |
Modifier and Type | Method and Description |
---|---|
protected static void |
add(List<? super String> line,
Object... words) |
protected static void |
appendTo(StringBuilder buf,
Map<? extends String,? extends Object> values)
Allows use of ImmutableMap.of() patterns.
|
protected static void |
appendTo(StringBuilder buf,
String key,
Object value) |
protected static CharSequence |
join(String sep,
Iterable<?> values) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
appendTo
public AbstractQEmuOption()
protected static void appendTo(@Nonnull StringBuilder buf, @Nonnull String key, @CheckForNull Object value)
protected static void appendTo(@Nonnull StringBuilder buf, @Nonnull Map<? extends String,? extends Object> values)
@CheckForNull protected static CharSequence join(@Nonnull String sep, @CheckForNull Iterable<?> values)