scala.collection.mutable

ResizableArray

object ResizableArray extends SeqFactory[ResizableArray[A][A]]

Go to: companion

Inherits

  1. SeqFactory
  2. TraversableFactory
  3. GenericCompanion
  4. AnyRef
  5. Any

Type Members

  1. type Coll = CC[_]

    The underlying collection type with unknown element type

  2. class GenericCanBuildFrom[A] extends CanBuildFrom[CC[_], A, CC[A]]

    A generic implementation of the CanBuildFrom trait, which forwards all calls to apply(from) to the genericBuilder methof of collection from, and which forwards all calls of apply() to the newBuilder method of this factory

Value Members

  1. def apply[A](elems: A*): CC[A]

    Creates a collection with the specified elements

  2. def canBuildFrom[A]: CanBuildFrom[scala.collection.mutable.ResizableArray[_], A, ResizableArray[A]]

  3. def concat[A](xss: Traversable[A]*): CC[A]

    Concatenates all argument collections into a single collection

  4. def empty[A]: CC[A]

    The empty collection of type CC[A]

  5. def equals(arg0: Any): Boolean

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

  6. def fill[A](n1: Int, n2: Int, n3: Int, n4: Int, n5: Int)(elem: ⇒ A): CC[CC[CC[CC[CC[A]]]]]

    Produces a five-dimensional collection containing the results of some element computation a number of times

  7. def fill[A](n1: Int, n2: Int, n3: Int, n4: Int)(elem: ⇒ A): CC[CC[CC[CC[A]]]]

    Produces a four-dimensional collection containing the results of some element computation a number of times

  8. def fill[A](n1: Int, n2: Int, n3: Int)(elem: ⇒ A): CC[CC[CC[A]]]

    Produces a three-dimensional collection containing the results of some element computation a number of times

  9. def fill[A](n1: Int, n2: Int)(elem: ⇒ A): CC[CC[A]]

    Produces a two-dimensional collection containing the results of some element computation a number of times

  10. def fill[A](n: Int)(elem: ⇒ A): CC[A]

    Produces a collection containing the results of some element computation a number of times

  11. def hashCode(): Int

    Returns a hash code value for the object

  12. def iterate[A](start: A, len: Int)(f: (A) ⇒ A): CC[A]

    Produces a collection containing repeated applications of a function to a start value

  13. def newBuilder[A]: Builder[A, ResizableArray[A]]

    The default builder for CC objects

  14. def range(start: Int, end: Int, step: Int): CC[Int]

    Produces a collection containing equally spaced values in some integer interval

  15. def range(start: Int, end: Int): CC[Int]

    Produces a collection containing a sequence of increasing of integers

  16. def tabulate[A](n1: Int, n2: Int, n3: Int, n4: Int, n5: Int)(f: (Int, Int, Int, Int, Int) ⇒ A): CC[CC[CC[CC[CC[A]]]]]

    Produces a five-dimensional collection containing values of a given function over ranges of integer values starting from 0

  17. def tabulate[A](n1: Int, n2: Int, n3: Int, n4: Int)(f: (Int, Int, Int, Int) ⇒ A): CC[CC[CC[CC[A]]]]

    Produces a four-dimensional collection containing values of a given function over ranges of integer values starting from 0

  18. def tabulate[A](n1: Int, n2: Int, n3: Int)(f: (Int, Int, Int) ⇒ A): CC[CC[CC[A]]]

    Produces a three-dimensional collection containing values of a given function over ranges of integer values starting from 0

  19. def tabulate[A](n1: Int, n2: Int)(f: (Int, Int) ⇒ A): CC[CC[A]]

    Produces a two-dimensional collection containing values of a given function over ranges of integer values starting from 0

  20. def tabulate[A](n: Int)(f: (Int) ⇒ A): CC[A]

    Produces a collection containing values of a given function over a range of integer values starting from 0

  21. def toString(): String

    Returns a string representation of the object

  22. def unapplySeq[A](x: CC[A]): Some[CC[A]]

    This method is called in a pattern match { case Seq(