scala.collection.jcl.MutableIterator

class Map

[source: scala/collection/jcl/MutableIterator.scala]

class Map[B](f : (A) => B)
extends MutableIterator[B]
Standard implementation of a mapped iterator.
Direct Known Subclasses:
SeqIterator.Map

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
map, has, remove, retain
Methods inherited from Iterator
take, drop, slice, append, ++, flatMap, filter, takeWhile, dropWhile, zip, zipWithIndex, foreach, forall, exists, contains, find, findIndexOf, indexOf, foldLeft, foldRight, /:, :\, reduceLeft, reduceRight, buffered, counted, duplicate, copyToArray, readInto, readInto, readInto, copyToBuffer, toList, collect, mkString, mkString, mkString, addString, toString
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
def hasNext : Boolean
Does this iterator provide another element?

def next : B
Returns the next element.

def remove : Unit
Overrides
MutableIterator.remove