Package com.drew.lang

Class KeyValuePair


  • public class KeyValuePair
    extends java.lang.Object
    Models a key/value pair, where both are non-null StringValue objects.
    • Constructor Detail

      • KeyValuePair

        public KeyValuePair​(java.lang.String key,
                            StringValue value)
    • Method Detail

      • getKey

        public java.lang.String getKey()