|
Scala Library Documentation
|
|
class
Map[B](f : (A) => B)
extends MutableIterator[B]| Method Summary | |
def
|
hasNext
: Boolean
Does this iterator provide another element?
|
def
|
next
: B
Returns the next element.
|
def
|
remove : Unit |
| Methods inherited from MutableIterator | |
| filter, map, 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 |
def
hasNext : Boolean
def
next : B
def
remove : Unit
|
Scala Library Documentation
|
|