|
|
Scala 2.3.3
|
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, last, pfilter, rangeImpl |
| 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]