|
Scala Library Documentation
|
|
scala/collection/jcl/SeqIterator.scala]
class
Map[B](f : (A) => B)
extends Map[B] with SeqIterator[K, B]| Method Summary | |
override def
|
hasPrevious : Boolean |
override def
|
map
[C](g : (B) => C) : SeqIterator[K, C]
Returns a new iterator that maps all elements of this iterator
to new elements using function
f. |
override def
|
nextIndex : K |
override def
|
previous : B |
override def
|
previousIndex : K |
| Methods inherited from SeqIterator | |
| seek, indexOf |
| Methods inherited from Map | |
| hasNext, next, remove |
| Methods inherited from MutableIterator | |
| filter, has, remove, retain, buffered0 |
| Methods inherited from Iterator | |
| take, drop, append, ++, flatMap, takeWhile, dropWhile, zip, zipWithIndex, foreach, forall, exists, contains, find, foldLeft, foldRight, /:, :\, reduceLeft, reduceRight, buffered, counted, duplicate, copyToArray, copyToBuffer, toList, mkString, mkString, addString |
| 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 |
override
def
hasPrevious : Boolean
override
def
previous : B
override
def
previousIndex : K
override
def
nextIndex : K
override
def
map[C](g : (B) => C) : SeqIterator[K, C]
f.|
Scala Library Documentation
|
|