public final class NumbersOption extends Option<int[]>
Constructor and Description |
---|
NumbersOption(String name,
int... value)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
int[] |
copy()
Copies mutable default values.
|
String |
toString() |
int[] |
value()
Returns the default value.
|
public NumbersOption(String name, int... value)
name
- namevalue
- valueCopyright © 2005–2023 BaseX Team. All rights reserved.