Class ParameterList.Value

  • Enclosing class:
    ParameterList

    private static class ParameterList.Value
    extends java.lang.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 Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.String charset  
      (package private) java.lang.String encodedValue  
      (package private) java.lang.String value  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Value()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        java.lang.String value
      • charset

        java.lang.String charset
      • encodedValue

        java.lang.String encodedValue
    • Constructor Detail

      • Value

        private Value()