API Documentation : ActionScript Foundry Bundle Project
All Packages
|
All Classes
|
Index
|
Frames
No Frames
Interface ISet
Methods
Package
org.servebox.commons.collection
Interface
public interface ISet extends
ICollection
,
IBasicObject
,
IIterable
Subinterfaces
ISortedSet
Implementors
AbstractSet
,
HashSet
Classes implementing this interface should not allow to insert duplicate elements to the collection.
Public Methods
Hide Inherited Public Methods
Show Inherited Public Methods
Method
Defined by
add
(o:
IBasicObject
):Boolean
Adds the specified element to the collection.
ICollection
addAll
(c:
ICollection
):Boolean
Adds the specified elements to the collection.
ICollection
clear
():void
Empties the collection.
ICollection
contains
(o:
IBasicObject
):Boolean
Indicates whether the collection contains the specified element.
ICollection
containsAll
(c:
ICollection
):Boolean
Indicates whether the collection contains the specified elements.
ICollection
equals
(value:
IBasicObject
):Boolean
Object comparison mechanism.
IBasicObject
fromArray
(ar:Array):void
Sets the collection content using an Array of elements.
ICollection
hashCode
():int
Returns the hashcode of the object.
IBasicObject
isEmpty
():Boolean
Indicates whether the collection contains elements.
ICollection
iterator
():
IIterator
Retrieves an iterator over a set of objects.
IIterable
remove
(o:
IBasicObject
):Boolean
Removes the specified element from the collection.
ICollection
removeAll
(c:
ICollection
):Boolean
Removes the specified elements from the collection.
ICollection
size
():int
The number of elements in the collection.
ICollection
toArray
():Array
Retrieves the elements of the collection into an Array instance.
ICollection
toString
():String
Returns the string representation of the specified object.
IBasicObject
ActionScript Foundry Bundle Project API Documentation - Generated using Adobe ASDoc / Maven Flex Plugin