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.

Constructor Index

 o OptionArray(String)
Creates a new OptionArray from the given String of consecutive characters of options.

Method Index

 o nextOption()
Returns the next option in the array.

Constructors

 o OptionArray
  public OptionArray(String options)
Creates a new OptionArray from the given String of consecutive characters of options.

Methods

 o nextOption
  public char nextOption()
Returns the next option in the array.