Inheritance Graph

graph BT
	Map
	Map --> Collection
	click Map "escript_type_Map"
	click Collection "escript_type_Collection"

Functions

   
_constructor([p0]) [ESMF] Map new Map( [key,value]* )
containsKey(p0) [ESMF] bool Collection.containsKey(Object)
filter(p0) [ESMF] thisObj Map.filter( fn(key,value){return false|true;} [,additionalParameter*] )
merge(p0 [, p1]) [ESMF] thisObj Map.merge( Collection [,bool overwrite = true] )
swap(p0) [ESMF] thisObj swap.swap( Map other )
unset(p0) [ESMF] thisObj Map.unset( key )