Packagestimulsoft.flex.base
Classpublic dynamic class StiHashtable
InheritanceStiHashtable Inheritance flash.utils.Dictionary
Implements IStiClonable



Public Properties
 PropertyDefined By
  count : int
[read-only]
StiHashtable
  keys : Array
[read-only]
StiHashtable
  values : Array
[read-only]
StiHashtable
Public Methods
 MethodDefined By
  
add(key:*, value:*):void
StiHashtable
  
clear():void
StiHashtable
  
clone(... args):Object
StiHashtable
  
contains(key:*):Boolean
StiHashtable
  
StiHashtable
  
pop(key:*):*
StiHashtable
  
remove(key:*):void
StiHashtable
  
toArray():Array
StiHashtable
Property Detail
countproperty
count:int  [read-only]


Implementation
    public function get count():int
keysproperty 
keys:Array  [read-only]


Implementation
    public function get keys():Array
valuesproperty 
values:Array  [read-only]


Implementation
    public function get values():Array
Method Detail
add()method
public function add(key:*, value:*):void

Parameters

key:*
 
value:*

clear()method 
public function clear():void

clone()method 
public function clone(... args):Object

Parameters

... args

Returns
Object
contains()method 
public function contains(key:*):Boolean

Parameters

key:*

Returns
Boolean
memberwiseClone()method 
public function memberwiseClone():Object

Returns
Object
pop()method 
public function pop(key:*):*

Parameters

key:*

Returns
*
remove()method 
public function remove(key:*):void

Parameters

key:*

toArray()method 
public function toArray():Array

Returns
Array