scala.collection.generic.SortedMapFactory

SortedMapCanBuildFrom

class SortedMapCanBuildFrom[A, B] extends CanBuildFrom[CC[_, _], (A, B), CC[A, B]]

Inherits

  1. CanBuildFrom
  2. AnyRef
  3. Any

Value Members

  1. def apply(): Builder[(A, B), CC[A, B]]

    Creates a new builder from scratch

  2. def apply(from: CC[_, _]): Builder[(A, B), CC[A, B]]

    Creates a new builder on request of a collection

  3. def equals(arg0: Any): Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence

  4. def hashCode(): Int

    Returns a hash code value for the object

  5. def toString(): String

    Returns a string representation of the object

Instance constructors

  1. new SortedMapCanBuildFrom()(ord: Ordering[A])

  2. new SortedMapCanBuildFrom()