|
Scala 2.3.2
|
protected
class
Filter
extends
SortedSet.this.Filter
with
scala.collection.jcl.SortedSet[A]
with
scala.ScalaObject
Constructor Summary | |
def
this
(p: (A) => scala.Boolean)
|
Def Summary | |
def
compare
(a0: A, a1: A)
: scala.Int
|
Def inherited from SortedSet.this.Filter | |
filter |
Def inherited from scala.collection.jcl.SortedSet[A] | |
compare , first, last, pfilter, rangeImpl |
Constructor Detail |
Def Detail |