public final class PadOption extends AbstractOption
EmptyForIteratorPadCheck,
ParenPadCheck,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static PadOption |
NOSPACE
Represents no spacing following a left parenthesis
or preceding a right one.
|
static PadOption |
SPACE
Represents mandatory spacing following a left parenthesis
and preceeing a right one.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map |
getStrToOpt()
Returns the map from string representations to options.
|
decode, readResolve, toStringpublic static final PadOption NOSPACE
public static final PadOption SPACE
protected Map getStrToOpt()
getStrToOpt in class AbstractOptionMap from strings to options.