Packageorg.aswing.util
Classpublic class WeakMap

A map that both key and value are weaks.



Public Methods
 MethodDefined by
  
WeakMap
  
getValue(key:*):*
WeakMap
  
put(key:*, value:*):void
WeakMap
  
remove(key:*):*
WeakMap
Constructor detail
WeakMap()constructor
public function WeakMap()
Method detail
getValue()method
public function getValue(key:*):*Parameters
key:*

Returns
*
put()method 
public function put(key:*, value:*):voidParameters
key:*
 
value:*
remove()method 
public function remove(key:*):*Parameters
key:*

Returns
*