Interface KeyValue

    • Method Detail

      • of

        static KeyValue of​(java.lang.String key,
                           Value<?> value)
        Returns a KeyValue for the given key and value.
      • getKey

        java.lang.String getKey()
        Returns the key.
      • getValue

        Value<?> getValue()
        Returns the value.