class Concurrent::Map

def initialize_copy(other)

def initialize_copy(other)
  super
  populate_from(other)
end