| Sgss_Collection_Array_Set | Represents a collection array without duplicated element |
boolean |
addAll (array|object $t)
Adds all the elements in the specified object in this set |
int |
count ()
|
boolean |
hasAll (array|object $t)
Determines whether this set contains all the elements in the specified object |
boolean |
isEmpty ()
Determines whether this set contains no element |
boolean |
removeAll (array|object $t)
Removes all the elements in the specified object from this set |
Adds all the elements in the specified object in this set
array|object $t
Object containing the elements to be added
When the specified value is untraversable
Adds all the elements in the specified object in this set
public boolean addAll (array|object $t)
public int count ()
Determines whether this set contains all the elements in the specified object
array|object $t
Object containing the elements to determine
When the specified value is untraversable
Determines whether this set contains all the elements in the specified object
public boolean hasAll (array|object $t)
Determines whether this set contains no element
Determines whether this set contains no element
public boolean isEmpty ()
Removes all the elements in the specified object from this set
array|object $t
Object containing the elements to be removed
When the specified value is untraversable
Removes all the elements in the specified object from this set
public boolean removeAll (array|object $t)