gugga.collections.ObjectSet Class Reference

Inheritance diagram for gugga.collections.ObjectSet:

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

Collaboration graph
[legend]
List of all members.

Detailed Description

ObjectSet is collection of unique objects. You can search the collection for a certain object very fast.

See also:
gugga.utils.HashUtil
Author:
stefan

Definition at line 15 of file ObjectSet.as.

Public Member Functions

function addElement (aElement:Object)
function containsElement (aElement:Object)
function getAllElements ()
function getIterator ()


Member Function Documentation

function gugga.collections.ObjectSet.addElement ( aElement:Object   ) 

Adds an element to the set and keeps it unique.

Parameters:
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.

Parameters:
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.


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