scala.collection.generic.MutableVectorViewTemplate

trait Sliced

[source: scala/collection/generic/MutableVectorViewTemplate.scala]

trait Sliced
extends Transformed[A] with Sliced
pre: from >= 0
Values and Variables inherited from Sliced
from (abstract), until (abstract)
Values and Variables inherited from Transformed
underlying
Method Summary
override def update (idx : Int, elem : A) : Unit
Methods inherited from Sliced
foreach
Methods inherited from Sliced
length, apply
Methods inherited from Sliced
iterator
Methods inherited from Sliced
stringPrefix, slice
Methods inherited from MutableVectorViewTemplate
newFiltered, newSliced, newDroppedWhile, newTakenWhile, newReversed
Methods inherited from VectorViewTemplate
newAppended, newMapped, newFlatMapped, newPatched, newZipped
Methods inherited from SequenceViewTemplate
reverse, patch, padTo, zip, zipWithIndex, zipAll
Methods inherited from TraversableViewTemplate
newBuilder, force, ++, ++, map, flatMap, filter, init, drop, take, dropWhile, takeWhile, span, splitAt
Methods inherited from Vector
companion
Methods inherited from MutableVectorTemplate
view, view
Methods inherited from VectorTemplate
isEmpty, forall, exists, find, foldLeft, foldRight, reduceLeft, reduceRight, head, tail, last, takeRight, dropRight, sameElements, copyToArray, lengthCompare, segmentLength, indexWhere, lastIndexWhere, reverseIterator, startsWith, endsWith, equals
Methods inherited from Unhashable
hashCode, identityHashCode
Methods inherited from SequenceTemplate
size, isDefinedAt, prefixLength, indexWhere, findIndexOf, indexOf, indexOf, lastIndexOf, lastIndexOf, lastIndexWhere, reversedElements, startsWith, indexOfSeq, indexOfSeq, lastIndexOfSeq, lastIndexOfSeq, contains, union, diff, intersect, removeDuplicates, toSequence, indices, toString, sortWith, findLastIndexOf, slice, equalsWith, containsSlice, projection
Methods inherited from PartialFunction
orElse, andThen
Methods inherited from Function1
compose
Methods inherited from IterableTemplate
elements, toIterable, toStream, first, firstOption, toSeq
Methods inherited from TraversableClass
genericBuilder, unzip, flatten, transpose
Methods inherited from TraversableTemplate
thisCollection, nonEmpty, hasDefiniteSize, filterMap, filterNot, remove, partition, groupBy, count, /:, :\, reduceLeftOption, reduceRightOption, headOption, lastOption, copyToBuffer, copyToArray, toArray, toList, toSet, mkString, mkString, mkString, addString, addString, addString
Methods inherited from AnyRef
getClass, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
override def update(idx : Int, elem : A) : Unit
Overrides
Transformed.update