Module jakarta.mail

Class ParameterList.MultiValue

All Implemented Interfaces:
Serializable, Cloneable, Iterable<Object>, Collection<Object>, List<Object>, RandomAccess
Enclosing class:
ParameterList

private static class ParameterList.MultiValue extends ArrayList<Object>
A struct for a multi-segment parameter. Each entry in the List is either a String or a Value object. When all the segments are present and combined in the combineMultisegmentNames method, the value field contains the combined and decoded value. Until then the value field contains an empty string as a placeholder.
  • Field Details

  • Constructor Details

    • MultiValue

      private MultiValue()