Module jakarta.mail

Class ParameterList.Value

java.lang.Object
jakarta.mail.internet.ParameterList.Value
Enclosing class:
ParameterList

private static class ParameterList.Value extends Object
A struct to hold an encoded value. A parsed encoded value is stored as both the decoded value and the original encoded value (so that toString will produce the same result). An encoded value that is set explicitly is stored as the original value and the encoded value, to ensure that get will return the same value that was set.
  • Field Details

  • Constructor Details

    • Value

      private Value()