|
Scala 2.4.0-final
|
abstract
trait
SortedSet
[A]
extends
java.lang.Object
with
scala.collection.Set[A]
with
scala.collection.Sorted[A, A]
with
scala.ScalaObject
Def Summary | |
override
|
def
first
: A
|
override
|
def
from
(from: A)
: scala.collection.SortedSet[A]
|
override
|
def
keySet
: scala.collection.SortedSet[A]
|
override
|
def
last
: A
|
override
|
def
range
(from: A, until: A)
: scala.collection.SortedSet[A]
|
abstract override
|
def
rangeImpl
(from: scala.Option[A], until: scala.Option[A])
: scala.collection.SortedSet[A]
|
override
|
def
subsetOf
(that: scala.collection.Set[A])
: scala.Boolean
|
override
|
def
until
(until: A)
: scala.collection.SortedSet[A]
|
Def inherited from scala.collection.Set[A] | |
apply , contains, equals, hashCode, isEmpty, size, subsetOf, toString |
Def inherited from scala.collection.Sorted[A, A] | |
from , hasAll, keySet, range, rangeImpl, to, until |
Def Detail |
override
def
first
: A
override
def
from
(from: A): scala.collection.SortedSet[A]
override
def
keySet
: scala.collection.SortedSet[A]
override
def
last
: A
override
def
range
(from: A, until: A): scala.collection.SortedSet[A]
abstract override
def
rangeImpl
(from: scala.Option[A], until: scala.Option[A]): scala.collection.SortedSet[A]
override
def
subsetOf
(that: scala.collection.Set[A]): scala.Boolean
override
def
until
(until: A): scala.collection.SortedSet[A]