in scala.collection.jcl.SortedMap
class KeySet

protected class KeySet
extends SortedMap.this.KeySet
with scala.collection.jcl.SortedSet[K]
with scala.ScalaObject
Direct Known Subclasses:
KeySet, KeySet

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 this

Def Detail
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]