Packageorg.aswing.tree
Classpublic class TreePathMap

A hash map that accept TreePath key.



Public Methods
 MethodDefined by
  
TreePathMap
  
clear():void
TreePathMap
  
Return a same copy of HashMap object
TreePathMap
  
containsKey(key:TreePath):Boolean
TreePathMap
  
containsValue(value:*):Boolean
TreePathMap
  
get(key:TreePath):*
TreePathMap
  
TreePathMap
  
isEmpty():Boolean
TreePathMap
  
keys():Array
TreePathMap
  
put(key:TreePath, value:*):*
TreePathMap
  
TreePathMap
  
size():int
TreePathMap
  
toString():String
TreePathMap
  
values():Array
Returns an Array of the values in this HashMap.
TreePathMap
Constructor detail
TreePathMap()constructor
public function TreePathMap()
Method detail
clear()method
public function clear():void
clone()method 
public function clone():TreePathMap

Return a same copy of HashMap object

Returns
TreePathMap
containsKey()method 
public function containsKey(key:TreePath):BooleanParameters
key:TreePath

Returns
Boolean
containsValue()method 
public function containsValue(value:*):BooleanParameters
value:*

Returns
Boolean
get()method 
public function get(key:TreePath):*Parameters
key:TreePath

Returns
*
getValue()method 
public function getValue(key:TreePath):*Parameters
key:TreePath

Returns
*
isEmpty()method 
public function isEmpty():Boolean

Returns
Boolean
keys()method 
public function keys():Array

Returns
Array
put()method 
public function put(key:TreePath, value:*):*Parameters
key:TreePath
 
value:*

Returns
*
remove()method 
public function remove(key:TreePath):*Parameters
key:TreePath

Returns
*
size()method 
public function size():int

Returns
int
toString()method 
public function toString():String

Returns
String
values()method 
public function values():Array

Returns an Array of the values in this HashMap.

Returns
Array