public abstract class AbstractMutableOptions extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractMutableOptions.AbstractMutableOptionsBuilder<T extends AbstractMutableOptions,U extends AbstractMutableOptions.AbstractMutableOptionsBuilder<T,U,K>,K extends MutableOptionKey> |
| Modifier and Type | Field and Description |
|---|---|
protected static String |
KEY_VALUE_PAIR_SEPARATOR |
protected static char |
KEY_VALUE_SEPARATOR |
protected String[] |
keys |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractMutableOptions(String[] keys,
String[] values)
User must use builder pattern, or parser.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Returns a string representation of MutableOptions which
is suitable for consumption by
#parse(String). |
protected static final String KEY_VALUE_PAIR_SEPARATOR
protected static final char KEY_VALUE_SEPARATOR
protected final String[] keys
Copyright © 2021. All rights reserved.