|
Scala 2.4.0-RC1
|
abstract
trait
SortedSet
[A]
extends
java.lang.Object
with
scala.collection.SortedSet[A]
with
scala.collection.jcl.Set[A]
with
scala.collection.jcl.Sorted[A, A]
with
scala.ScalaObject
Class Summary | |
protected
|
class
Filter
|
protected
|
class
Range
|
Type Summary | |
final protected
|
type
SortedSelf
|
Def Summary | |
abstract
|
def
compare
(a0: A, a1: A)
: scala.Int
|
override
|
def
first
: A
|
override
|
def
hasAll
(that: scala.Iterable[A])
: scala.Boolean
|
override
|
def
keySet
: scala.collection.jcl.SortedSet[A]
|
override
|
def
last
: A
|
override
|
def
pfilter
(p: (A) => scala.Boolean)
: scala.collection.jcl.SortedSet[A]
|
override
|
def
rangeImpl
(from: scala.Option[A], until: scala.Option[A])
: scala.collection.jcl.SortedSet[A]
|
override
|
def
subsetOf
(that: scala.collection.Set[A])
: scala.Boolean
|
Def inherited from scala.collection.SortedSet[A] | |
first , from, keySet, last, range, rangeImpl, subsetOf, super$subsetOf, until |
Def inherited from scala.collection.jcl.Set[A] | |
+ , ++, -, --, add, clear, contains, isEmpty, pfilter, retain, subsetOf, super$clear, super$subsetOf, transform |
Def inherited from scala.collection.jcl.Sorted[A, A] | |
keySet , rangeImpl, to |
Def Detail |
override
def
first
: A
override
def
hasAll
(that: scala.Iterable[A]): scala.Boolean
override
def
keySet
: scala.collection.jcl.SortedSet[A]
override
def
last
: A
override
def
pfilter
(p: (A) => scala.Boolean): scala.collection.jcl.SortedSet[A]
override
def
rangeImpl
(from: scala.Option[A], until: scala.Option[A]): scala.collection.jcl.SortedSet[A]
override
def
subsetOf
(that: scala.collection.Set[A]): scala.Boolean