AbstractMap.replace

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool replace(K key, V oldValue, V newValue)
  2. V replace(K key, V value)
    class AbstractMap(K, V)
    V
    replace
    (
    K key
    ,)

Meta