|
Scala 2.4.0-final
|
protected
class
Map
[B]
extends
scala.collection.jcl.MutableIterable.Map[B]
with
scala.collection.jcl.MutableSeq[B]
with
scala.ScalaObject
Constructor Summary | |
def
this
(f: (A) => B)
|
Def Summary | |
override
|
def
apply
(idx: scala.Int)
: B
|
override
|
def
elements
: scala.collection.jcl.SeqIterator[scala.Int, B]
|
Def inherited from scala.collection.jcl.MutableIterable.Map[B] | |
elements , toString |
Def inherited from scala.collection.jcl.MutableSeq[B] | |
apply , elements, indexOf, isEmpty, length, pfilter, pmap |
Constructor Detail |
Def Detail |