class Hamster::SortedSet

def empty

Returns:
  • (SortedSet) -
def empty
  @empty ||= self.alloc(PlainAVLNode::EmptyNode)
end