Interface SelectionOptions
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the length of this arrayvoidput(int i, SelectionOption option) Specify the specified optionvoidsetLength(int length) Sets a new length to this array
-
Method Details
-
getLength
int getLength()Returns the length of this array -
setLength
void setLength(int length) Sets a new length to this array -
put
Specify the specified option
-