class Concurrent::Collection::AtomicReferenceMapBackend

def replace_pair(key, old_value, new_value)

def replace_pair(key, old_value, new_value)
  NULL != internal_replace(key, old_value) { new_value }
end