public interface SelectionOptions
Modifier and Type | Method | Description |
---|---|---|
int |
getLength() |
Returns the length of this array
|
void |
put(int i,
SelectionOption option) |
Specify the specified option
|
void |
setLength(int length) |
Sets a new length to this array
|
int getLength()
void setLength(int length)
void put(int i, SelectionOption option)