Interface Keys.MutableValues<K,V>

    • Method Detail

      • put

        V put​(K aKey,
              V aValue)
        Puts an element identified by the given key.
        Parameters:
        aKey - The key which's element is to be put.
        aValue - the value
        Returns:
        The value being overwritten.