|
Scala 2.3.2
|
class
Map
[B]
extends
java.lang.Object
with
scala.collection.jcl.MutableIterator[B]
with
scala.ScalaObject
Constructor Summary | |
def
this
(f: (A) => B)
|
Def Summary | |
def
hasNext
: scala.Boolean
|
|
def
next
: B
|
|
def
remove
: scala.Unit
|
Def inherited from scala.collection.jcl.MutableIterator[B] | |
buffered0 , filter, has, map, remove, remove, retain |
Constructor Detail |
Def Detail |