TreeMap (original) (raw)
scala.collection.immutable.TreeMap
See theTreeMap companion class
object TreeMap extends SortedMapFactory[TreeMap]
This object provides a set of operations to create Iterable
values.
Attributes
Companion
Source
Graph
Supertypes
trait SortedMapFactory[TreeMap]
trait Serializable
class Object
trait Matchable
class Any
Self type
TreeMap.type
Members list
Value members
Concrete methods
def empty[K : Ordering, V]: TreeMap[K, V]
Attributes
Source
def from[K, V](it: IterableOnce[(K, V)])(implicit ordering: Ordering[K]): TreeMap[K, V]
Attributes
Source
def newBuilder[K, V](implicit ordering: Ordering[K]): ReusableBuilder[(K, V), TreeMap[K, V]]
Attributes
Source
Inherited methods
def apply[K : Ordering, V](elems: (K, V)*): TreeMap[K, V]
Attributes
Inherited from:
Source
Implicits
Inherited implicits
implicit def sortedMapFactory[K : Ordering, V]: Factory[(K, V), TreeMap[K, V]]
Attributes
Inherited from:
Source