VEGAS AS3 Reference
All Packages
|
All Classes
|
Index
|
Frames
No Frames
Set
Package
system.data
Interface
public interface Set extends
Collection
,
Cloneable
,
Iterable
,
Serializable
Implementors
ArraySet
,
CoreSet
,
HashSet
,
TypedSet
A collection that contains no duplicate elements.
Public Methods
Hide Inherited Public Methods
Show Inherited Public Methods
Method
Defined By
add
(o:*):Boolean
Ensures that this collection contains the specified element (optional operation).
Collection
clear
():void
Removes all of the elements from this collection (optional operation).
Collection
clone
():*
Creates and returns a shallow copy of the object.
Cloneable
contains
(o:*):Boolean
Returns true if this collection contains the specified element.
Collection
get
(key:*):*
Returns the element from this collection at the passed index.
Collection
indexOf
(o:*, fromIndex:uint = 0):int
Returns the position of the passed object in the collection.
Collection
isEmpty
():Boolean
Returns true if this collection contains no elements.
Collection
iterator
():
Iterator
Returns the iterator reference of the object.
Iterable
remove
(o:*):*
Removes a single instance of the specified element from this collection, if it is present (optional operation).
Collection
size
():uint
Retrieves the number of elements in this collection.
Collection
toArray
():Array
Returns an array containing all of the elements in this collection.
Collection
toSource
(indent:int = 0):String
Returns the source code string representation of the object.
Serializable
Mardi Août 16 2011, 02:33 PM +02:00