Class SignatureBuilder.ParameterList

All Implemented Interfaces:
Serializable, Cloneable, Iterable<Parameter>, Collection<Parameter>, List<Parameter>, RandomAccess, SequencedCollection<Parameter>
Enclosing class:
SignatureBuilder

private static class SignatureBuilder.ParameterList extends ArrayList<Parameter>
The ParameterList object is used to represent a column of parameters within a table. A column will contain each parameter and annotation pair extracted from an index in the constructor, a permutation can come from a union annotation,
  • Constructor Details

    • ParameterList

      public ParameterList()
      Constructor for the ParameterList object. This creates a default list for building a column for the parameter table it is added to.
    • ParameterList

      public ParameterList(SignatureBuilder.ParameterList list)
      Constructor for the ParameterList object. This creates a list of parameters by using the provided list of parameters, each parameter will be added in order.