See Also: ISortedSet Members
SortedSet is a Set which iterates over its elements in a sorted order. The order is determined either by the elements natural ordering, or by a Java.Util.IComparator which is passed into a concrete implementation at construction time. All elements in this set must be mutually comparable. The ordering in this set must be consistent with equals of its elements.