Interface XPutGetMap<K,​V>

    • Method Detail

      • putGet

        KeyValue<K,​V> putGet​(K key,
                                   V value)
        Ensures the passed key and value to be contained as an entry in the map. Returns the old value or null.
        Parameters:
        key -
        value -