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


Definition at line 15 of file ObjectSet.as.
Public Member Functions | |
| function | addElement (aElement:Object) |
| function | containsElement (aElement:Object) |
| function | getAllElements () |
| function | getIterator () |
| function gugga.collections.ObjectSet.addElement | ( | aElement:Object | ) |
Adds an element to the set and keeps it unique.
| Object | to add to the set |
Definition at line 22 of file ObjectSet.as.
| function gugga.collections.ObjectSet.containsElement | ( | aElement:Object | ) |
Performs check on the set for an object.
| Object | to search for |
Definition at line 33 of file ObjectSet.as.
| function gugga.collections.ObjectSet.getAllElements | ( | ) |
Returns an array containing all elements of the set.
Definition at line 42 of file ObjectSet.as.
| function gugga.collections.ObjectSet.getIterator | ( | ) |
Returns an iterator for the value objects of the table.
Definition at line 56 of file ObjectSet.as.
1.5.2