Interface Dictionary.MutableDictionary.DictionaryBuilder<K,V,B extends Dictionary.MutableDictionary.DictionaryBuilder<K,V,B>>

    • Method Detail

      • withPut

        B withPut​(K aKey,
                  V aValue)
        Parameters:
        aKey - the key for the property to be put.
        aValue - the value for the property to be put.
        Returns:
        The implementing instance as of the builder pattern.