# File lib/hashery/linked_list.rb, line 79
    def empty?
      @lookup.empty?
    end