Inherited from Serializable
Inherited from java.io.Serializable
Inherited from RRBVectorPointer[A @scala.annotation.unchecked.uncheckedVariance]
Inherited from IndexedSeq[A]
Inherited from collection.IndexedSeq[A]
Inherited from IndexedSeqLike[A, RRBVector[A]]
Inherited from Seq[A]
Inherited from Iterable[A]
Inherited from Traversable[A]
Inherited from Immutable
Inherited from AbstractSeq[A]
Inherited from collection.Seq[A]
Inherited from GenSeq[A]
Inherited from PartialFunction[Int, A]
Inherited from (Int) ⇒ A
Inherited from AbstractIterable[A]
Inherited from collection.Iterable[A]
Inherited from Equals
Inherited from GenIterable[A]
Inherited from GenIterableLike[A, RRBVector[A]]
Inherited from AbstractTraversable[A]
Inherited from collection.Traversable[A]
Inherited from GenTraversable[A]
Inherited from GenericTraversableTemplate[A, RRBVector]
Inherited from TraversableLike[A, RRBVector[A]]
Inherited from GenTraversableLike[A, RRBVector[A]]
Inherited from Parallelizable[A, ParSeq[A]]
Inherited from TraversableOnce[A]
Inherited from GenTraversableOnce[A]
Inherited from FilterMonadic[A, RRBVector[A]]
Inherited from HasNewBuilder[A, scala.collection.immutable.rrbvector.RRBVector[A] @scala.annotation.unchecked.uncheckedVariance]
Inherited from Any
RRBVector is a general-purpose, immutable data structure. It provides random access, updates, concatenations, insertions and splits in effectively constant time, as well as amortized constant time append, prepend and local updates. It is backed by a little endian bit-mapped vector trie with a branching factor of 32. Locality is very good, but not contiguous, which is good for very large sequences.
the element type