scala.collection

object Vector

[source: scala/collection/Vector.scala]

object Vector
extends SequenceFactory[Vector]
Method Summary
implicit def builderFactory [A] : BuilderFactory[A, Vector[A], Vector]
def newBuilder [A] : Builder[A, Vector[A]]
Methods inherited from SequenceFactory
unapplySeq
Methods inherited from TraversableFactory
concat, fill, fill, fill, fill, fill, tabulate, tabulate, tabulate, tabulate, tabulate, range, range, iterate
Methods inherited from Companion
empty, apply
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
implicit def builderFactory[A] : BuilderFactory[A, Vector[A], Vector]

def newBuilder[A] : Builder[A, Vector[A]]