gugga.collections.HashTable Class Reference

Inheritance diagram for gugga.collections.HashTable:

Inheritance graph
[legend]
Collaboration diagram for gugga.collections.HashTable:

Collaboration graph
[legend]
List of all members.

Detailed Description

Author:
todor

Definition at line 8 of file HashTable.as.

Public Member Functions

function add (aKey, aValue:Object)
function remove (aKey)
function containsValue (aValue:Object)
function containsKey (aKey)
function getKeyByValue (aValue:Object)
function getValue (aKey)
function get IsEmpty ()
function get count ()
function clone ()
function getIterator ()

Private Member Functions

function getAllElements ()


Member Function Documentation

function gugga.collections.HashTable.add ( aKey  ,
aValue:Object   
)

Definition at line 10 of file HashTable.as.

function gugga.collections.HashTable.remove ( aKey   ) 

Definition at line 15 of file HashTable.as.

function gugga.collections.HashTable.containsValue ( aValue:Object   ) 

Definition at line 22 of file HashTable.as.

function gugga.collections.HashTable.containsKey ( aKey   ) 

Definition at line 36 of file HashTable.as.

function gugga.collections.HashTable.getKeyByValue ( aValue:Object   ) 

Definition at line 47 of file HashTable.as.

function gugga.collections.HashTable.getValue ( aKey   ) 

Definition at line 61 of file HashTable.as.

function get gugga.collections.HashTable.IsEmpty (  ) 

Definition at line 66 of file HashTable.as.

function get gugga.collections.HashTable.count (  ) 

Definition at line 75 of file HashTable.as.

function gugga.collections.HashTable.clone (  ) 

Definition at line 85 of file HashTable.as.

function gugga.collections.HashTable.getAllElements (  )  [private]

Returns an array containing all elements of the set.

Definition at line 99 of file HashTable.as.

function gugga.collections.HashTable.getIterator (  ) 

Returns an iterator for the value objects of the table.

Definition at line 113 of file HashTable.as.


Generated on Fri May 11 17:13:28 2007 for GuggaFramework by  doxygen 1.5.2