Class OptionArray
Class OptionArray
java.lang.Object
|
+----OptionArray
- public class OptionArray
- extends Object
OptionArray is a generic object for keeping a list of consecutive
options (charcters) on a line.
-
OptionArray(String)
- Creates a new OptionArray from the given String of consecutive
characters of options.
-
nextOption()
- Returns the next option in the array.
OptionArray
public OptionArray(String options)
- Creates a new OptionArray from the given String of consecutive
characters of options.
nextOption
public char nextOption()
- Returns the next option in the array.