Interface XPuttingMap<K,​V>

    • Method Detail

      • put

        boolean put​(K key,
                    V value)
        Ensures the passed key and value to be contained as an entry in the map. Return value indicates new entry.
        Parameters:
        key -
        value -
      • valuePut

        boolean valuePut​(K sampleKey,
                         V value)
        Ensures the passed value to be either set to an existing entry appropriate to sampleKey or inserted as a new one.
        Parameters:
        sampleKey -
        value -