Class Pair

    • Constructor Detail

      • Pair

        public Pair()
      • Pair

        public Pair​(Pair source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getKey

        public String getKey()
        Get 建
        Returns:
        Key 建
      • setKey

        public void setKey​(String Key)
        Set 建
        Parameters:
        Key - 建
      • getValue

        public String getValue()
        Get 值
        Returns:
        Value 值
      • setValue

        public void setValue​(String Value)
        Set 值
        Parameters:
        Value - 值