aboutsummaryrefslogblamecommitdiff
path: root/devel/rubygem-rbtree/pkg-descr
blob: 03f582e2be37f79d06ade1c31e803822109cf126 (plain) (tree)
1
2
3
4
5
                                                                      



                                                                              
A RBTree is a sorted associative collection that is implemented with a
Red-Black Tree. It maps keys to values like a Hash, but maintains its elements
in ascending key order. The interface is the almost identical to that of Hash.

WWW: http://rbtree.rubyforge.org/