class Hamster::SortedSet::AVLNode::Empty

def insert(item)

def insert(item)
  AVLNode.new(item, @comparator, self, self)
end