Class ParameterList.Explicit<S extends ParameterDescription>

    • Field Detail

      • parameterDescriptions

        private final java.util.List<? extends S extends ParameterDescription> parameterDescriptions
        The list of parameter descriptions that are represented by this list.
    • Constructor Detail

      • Explicit

        public Explicit​(S... parameterDescription)
        Creates a new list of explicit parameter descriptions.
        Parameters:
        parameterDescription - The list of parameter descriptions that are represented by this list.
      • Explicit

        public Explicit​(java.util.List<? extends S> parameterDescriptions)
        Creates a new list of explicit parameter descriptions.
        Parameters:
        parameterDescriptions - The list of parameter descriptions that are represented by this list.