abstract class JSortedMapCreator[M[K, V] <: JSortedMap[K, V]] extends AnyRef

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JSortedMapCreator
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JSortedMapCreator()

Concrete Value Members

  1. def apply[K, V](entries: (K, V)*)(implicit arg0: Ordering[K]): M[K, V]
  2. def unapplySeq[K, V](map: M[K, V]): Option[Seq[(K, V)]]