![]() | ![]() |


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 () |
| 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.
1.5.2