|
Scala Library
|
|
scala/collection/jcl/MutableSeq.scala]
protected
class
Map[B](f : (A) => B)
extends Map[B] with Projection[B]| Method Summary | |
override def
|
apply (idx : Int) : B |
override def
|
elements
: SeqIterator[Int, B]
The default implementation of a map over mutable iterable collections.
|
override def
|
size
: Int
should always be
length |
| Methods inherited from Projection | |
| projection, filter, map |
| Methods inherited from Projection | |
| force, flatMap, append, takeWhile |
| Methods inherited from MutableSeq | |
| isEmpty, indexOf, length |
| Methods inherited from Seq | |
| lengthCompare, concat, last, lastOption, first, firstOption, headOption, ++, isDefinedAt, lastIndexOf, findIndexOf, indexOf, take, drop, slice, slice, dropWhile, reverse, contains, subseq, toArray, toSeq, equalsWith, startsWith, startsWith, endsWith, indexOf, containsSlice |
| Methods inherited from PartialFunction | |
| orElse, andThen |
| Methods inherited from Function1 | |
| toString, compose |
| Methods inherited from MutableIterable | |
| has, remove, removeAll, --, -, retainOnly, retainAll, size0, clear |
| Methods inherited from Collection | |
| stringPrefix |
| Methods inherited from Iterable | |
| partition, foreach, forall, exists, find, foldLeft, foldRight, /:, :\, reduceLeft, reduceRight, copyToBuffer, sameElements, toList, toStream, mkString, mkString, mkString, addString, addString, addString, copyToArray, hasDefiniteSize |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
override
def
elements : SeqIterator[Int, B]
override
def
size : Int
length|
Scala Library
|
|