scala.collection.immutable

trait SortedSet

[source: scala/collection/immutable/SortedSet.scala]

trait SortedSet[A]
extends Set[A] with SortedSet[A] with SortedSetTemplate[A, SortedSet[A]]
A sorted set.
Author
Sean McDirmid
Martin Odersky
Version
2.8
Direct Known Subclasses:
TreeSet

Method Summary
override def empty : SortedSet[A]
Needs to be overridden in subclasses.
Methods inherited from SortedSetTemplate
rangeImpl (abstract), keySet, firstKey, lastKey, from, until, range, subsetOf
Methods inherited from Sorted
ordering (abstract), compare, to, hasAll
Methods inherited from Set
companion, hashCode
Methods inherited from SetTemplate
contains (abstract), + (abstract), - (abstract), newBuilder, isEmpty, apply, intersect, &, **, union, |, diff, &~, equals, stringPrefix, toString
Methods inherited from Subtractable
-, --, --
Methods inherited from Addable
+, ++, ++
Methods inherited from Function1
compose, andThen
Methods inherited from IterableTemplate
iterator (abstract), elements, foreach, foldRight, reduceRight, toIterable, head, takeRight, dropRight, sameElements, toStream, view, view, first, firstOption, toSeq, projection
Methods inherited from TraversableClass
genericBuilder, unzip, flatten, transpose
Methods inherited from TraversableTemplate
thisCollection, nonEmpty, size, hasDefiniteSize, ++, ++, map, flatMap, filter, filterMap, filterNot, remove, partition, groupBy, forall, exists, count, find, foldLeft, /:, :\, reduceLeft, reduceLeftOption, reduceRightOption, headOption, tail, last, lastOption, init, take, drop, slice, takeWhile, dropWhile, span, splitAt, copyToBuffer, copyToArray, copyToArray, toArray, toList, toSequence, toSet, mkString, mkString, mkString, addString, addString, addString
Methods inherited from AnyRef
getClass, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
override def empty : SortedSet[A]
Needs to be overridden in subclasses.
Overrides
SortedSet.empty