in scala.collection.jcl.MutableIterable
class Map

protected class Map [B]
extends java.lang.Object
with scala.collection.jcl.MutableIterable[B]
with scala.ScalaObject
The default implementation of a map over mutable iterable collections.
Direct Known Subclasses:
Map, Map, Map, Map, Map

Constructor Summary
def this (f: (A) => B)

Def Summary
override def elements : scala.collection.jcl.MutableIterator[B]

override def toString : java.lang.String

Def inherited from scala.collection.jcl.MutableIterable[B]
- , --, clear, elements, has, isEmpty, pmap, remove, removeAll, retain, retainAll, size
Constructor Detail
def this (f: (A) => B)

Def Detail
override def elements : scala.collection.jcl.MutableIterator[B]

override def toString : java.lang.String