Scala 3
3.7.4-bin-SNAPSHOT
Learn
Install
Playground
Find A Library
Community
Blog
Scala 3
Learn
Install
Playground
Find A Library
Community
Blog
Scala 3
/
scala
/
scala.collection
/
SortedMap
SortedMap
scala.collection.SortedMap
See the
SortedMap
companion trait
object
SortedMap
extends
Delegate
[
SortedMap
]
Attributes
Companion
trait
Source
SortedMap.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Delegate
[
SortedMap
]
trait
SortedMapFactory
[
SortedMap
]
trait
Serializable
class
Object
trait
Matchable
class
Any
Show all
Self type
SortedMap
.
type
Members list
Clear all
Value members
Inherited methods
override
def
apply
[
K
:
Ordering
,
V
](
elems
: (
K
,
V
)*):
SortedMap
[
K
,
V
]
Attributes
Definition Classes
Delegate
->
SortedMapFactory
Inherited from:
Delegate
Source
Factory.scala
def
empty
[
K
:
Ordering
,
V
]:
SortedMap
[
K
,
V
]
Attributes
Inherited from:
Delegate
Source
Factory.scala
def
from
[
K
:
Ordering
,
V
](
it
:
IterableOnce
[(
K
,
V
)]):
SortedMap
[
K
,
V
]
Attributes
Inherited from:
Delegate
Source
Factory.scala
def
newBuilder
[
K
:
Ordering
,
V
]:
Builder
[(
K
,
V
),
SortedMap
[
K
,
V
]]
Attributes
Inherited from:
Delegate
Source
Factory.scala
Implicits
Inherited implicits
implicit
def
sortedMapFactory
[
K
:
Ordering
,
V
]:
Factory
[(
K
,
V
),
SortedMap
[
K
,
V
]]
Attributes
Inherited from:
SortedMapFactory
Source
Factory.scala
In this article
Attributes
Members list
Value members
Inherited methods
Implicits
Inherited implicits