Interface Dictionary.MutableDictionary<K,V>

    • Method Detail

      • put

        V put​(Relation<K,V> aRelation)
        Adds the given element related to the given key.
        Parameters:
        aRelation - the relation
        Returns:
        The value being replaced by the provided value or null if none value has been replaced.