Class ParameterList

All Implemented Interfaces:
Serializable, Cloneable, Iterable<Parameter>, Collection<Parameter>, List<Parameter>, RandomAccess

public class ParameterList extends ArrayList<Parameter>
Class ParameterList.
See Also:
Serialized Form
  • Constructor Details

    • ParameterList

      public ParameterList()
  • Method Details

    • remove

      public void remove(String name)
      Removes the specified name.
      Parameters:
      name - The name.
    • get

      public Parameter get(String name)
      Gets the Parameter with the specified name.
      Parameters:
      name - The name.
      Returns:
      Parameter.