in scala.collection.mutable
class MapProxy

mixin abstract class MapProxy [ A , B ]
extends java.lang.Object
with Map
with MapProxy
with ScalaObject
This is a simple wrapper class for scala.collection.mutable.Map. It is most useful for assembling customized map abstractions dynamically using object composition and forwarding.
author:
Matthias Zenger
version:
1.0, 21/07/2003

Def Summary
override def ++= ( it : Iterator ) : scala.Unit

override def ++= ( map : Iterable ) : scala.Unit

override def --= ( it : Iterator ) : scala.Unit

override def --= ( keys : Iterable ) : scala.Unit

def -= ( key : A ) : scala.Unit

override def << ( cmd : Message ) : scala.Unit

override def clear : scala.Unit

override def clone : Map

override def excl ( keys : scala.<repeated> ) : scala.Unit

override def filter ( p : Function2 ) : scala.Unit

override def incl ( mappings : scala.<repeated> ) : scala.Unit

override def map ( f : Function2 ) : scala.Unit

override def mappingToString ( p : Tuple2 ) : java.lang.String

def self : Map

override def toString : java.lang.String

def update ( key : A , value : B ) : scala.Unit



Def Detail
override def ++= ( it : Iterator ) : scala.Unit

override def ++= ( map : Iterable ) : scala.Unit

override def --= ( it : Iterator ) : scala.Unit

override def --= ( keys : Iterable ) : scala.Unit

def -= ( key : A ) : scala.Unit

override def << ( cmd : Message ) : scala.Unit

override def clear : scala.Unit

override def clone : Map

override def excl ( keys : scala.<repeated> ) : scala.Unit

override def filter ( p : Function2 ) : scala.Unit

override def incl ( mappings : scala.<repeated> ) : scala.Unit

override def map ( f : Function2 ) : scala.Unit

override def mappingToString ( p : Tuple2 ) : java.lang.String

def self : Map

override def toString : java.lang.String

def update ( key : A , value : B ) : scala.Unit