class Hamster::SortedSet::PlainAVLNode

def from_items(items)

def from_items(items)
  PlainAVLNode.from_items(items.sort)
end