# File lib/extlib/dictionary.rb, line 303
  def replace( hsh2 )
    @order = hsh2.order
    @hash = hsh2.hash
  end