LinkedMultiValueMap.replace

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

Meta