|
Scala 2.3.2
|
abstract
trait
SortedSet
[A]
extends
java.lang.Object
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
|
def
first
: A
|
|
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]
|
Def inherited from scala.collection.jcl.Set[A] | |
+ , ++, -, --, add, clear, contains, isEmpty, pfilter, retain, super$clear, transform |
Def inherited from scala.collection.jcl.Sorted[A, A] | |
compare , first, from, last, range, rangeImpl, until |
Def Detail |
def
first
: A
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]