|
Scala 2.4.0-final
|
protected
class
KeySet
extends
SortedMap.this.KeySet
with
scala.collection.jcl.SortedSet[K]
with
scala.ScalaObject
Constructor Summary | |
def
this
|
Def Summary | |
def
compare
(k0: K, k1: K)
: scala.Int
|
|
override
|
def
first
: K
|
override
|
def
last
: K
|
override
|
def
rangeImpl
(from: scala.Option[K], until: scala.Option[K])
: scala.collection.jcl.SortedSet[K]
|
Def inherited from SortedMap.this.KeySet | |
add , elements, has |
Def inherited from scala.collection.jcl.SortedSet[K] | |
compare , first, hasAll, keySet, last, pfilter, rangeImpl, subsetOf |
Constructor Detail |
Def Detail |
override
def
first
: K
override
def
last
: K
override
def
rangeImpl
(from: scala.Option[K], until: scala.Option[K]): scala.collection.jcl.SortedSet[K]