|
Scala 2.4.0-final
|
abstract
trait
SortedMap
[K, +E]
extends
java.lang.Object
with
scala.collection.Map[K, E]
with
scala.collection.Sorted[K, scala.Tuple2[K, E]]
with
scala.ScalaObject
Class Summary | |
protected
|
class
DefaultKeySet
|
Def Summary | |
override
|
def
first
: K
|
override
|
def
from
(from: K)
: scala.collection.SortedMap[K, E]
|
override
|
def
keySet
: scala.collection.SortedSet[K]
|
override
|
def
last
: K
|
override
|
def
range
(from: K, until: K)
: scala.collection.SortedMap[K, E]
|
abstract override
|
def
rangeImpl
(from: scala.Option[K], until: scala.Option[K])
: scala.collection.SortedMap[K, E]
|
override
|
def
until
(until: K)
: scala.collection.SortedMap[K, E]
|
Def inherited from scala.collection.Map[K, E] | |
apply , contains, default, equals, get, hashCode, isDefinedAt, isEmpty, keySet, keys, size, toString, values |
Def inherited from scala.collection.Sorted[K, scala.Tuple2[K, E]] | |
from , hasAll, keySet, range, rangeImpl, to, until |
Def Detail |
override
def
first
: K
override
def
from
(from: K): scala.collection.SortedMap[K, E]
override
def
keySet
: scala.collection.SortedSet[K]
override
def
last
: K
override
def
range
(from: K, until: K): scala.collection.SortedMap[K, E]
abstract override
def
rangeImpl
(from: scala.Option[K], until: scala.Option[K]): scala.collection.SortedMap[K, E]
override
def
until
(until: K): scala.collection.SortedMap[K, E]