|
Scala 2.3.2
|
abstract
trait
SortedMapWrapper
[K, E]
extends
java.lang.Object
with
scala.collection.jcl.MapWrapper[K, E]
with
scala.collection.jcl.SortedMap[K, E]
with
scala.ScalaObject
Class Summary | |
protected
|
class
KeySet
|
protected
|
class
Range
|
Def Summary | |
override protected
|
def
Range
(from: scala.Option[K], until: scala.Option[K])
: SortedMapWrapper.this.Range
|
def
compare
(k0: K, k1: K)
: scala.Int
the comparator function of this sorted map is defined in terms of the underlying sorted map's comparator. |
|
override
|
def
first
: K
|
override
|
def
keySet
: scala.collection.jcl.SortedSet[K]
|
override
|
def
last
: K
|
abstract override protected
|
def
underlying
: java.util.SortedMap
|
Def inherited from scala.collection.jcl.MapWrapper[K, E] | |
clear , contains, elements, isEmpty, keySet, put, putAll, remove, size, super$putAll, underlying, valueSet |
Def inherited from scala.collection.jcl.SortedMap[K, E] | |
Range , compare, first, keySet, last, lense, pfilter, rangeImpl |
Def Detail |
override protected
def
Range
(from: scala.Option[K], until: scala.Option[K]): SortedMapWrapper.this.Range
override
def
first
: K
override
def
keySet
: scala.collection.jcl.SortedSet[K]
override
def
last
: K
abstract override protected
def
underlying
: java.util.SortedMap