Class RubySortedSet

All Implemented Interfaces:
Serializable, Cloneable, Comparable<IRubyObject>, Iterable, Collection, SequencedCollection, SequencedSet, Set, SortedSet, InstanceVariables, InternalVariables, IRubyObject, CoreObjectType

public class RubySortedSet extends RubySet implements SortedSet
Native implementation of Ruby's SortedSet (set.rb replacement).
Author:
kares
See Also: