# File lib/multiset.rb, line 21
  def multiplicity(e)
    @hash[e]
  end