| Sgss_Collection_Array_List | Represents an indexed collection using array |
boolean |
addAll (array|object $t)
Appends all the elements in the specified object at the end of this list |
int |
count ()
|
mixed |
current ()
|
boolean |
hasAll (array|object $t)
Determines whether this list contains all the elements in the specified object |
boolean |
insertAll (int $index, array|object $t)
Inserts or appends all the elements in the specified object at the specified index |
boolean |
isEmpty ()
Determines whether this list contains no element |
mixed |
key ()
|
mixed |
next ()
|
boolean |
offsetExists (mixed $offset)
|
mixed |
offsetGet (mixed $offset)
|
mixed |
offsetSet (mixed $offset, mixed $value)
|
void |
offsetUnset (mixed $offset)
|
boolean |
removeAll (array|object $t)
Removes all the elements in the specified object from this list |
void |
rewind ()
|
boolean |
valid ()
|
Appends all the elements in the specified object at the end of this list
array|object $t
Object containing elements to be appended
When the specified object is untraversable
Appends all the elements in the specified object at the end of this list
public boolean addAll (array|object $t)
public int count ()
public mixed current ()
Determines whether this list contains all the elements in the specified object
array|object $t
Object containing elements to determine
When the specified object is untraversable
Determines whether this list contains all the elements in the specified object
public boolean hasAll (array|object $t)
Inserts or appends all the elements in the specified object at the specified index
int $index
Index to insert at
array|object $t
Object containing elements to be inserted
When the specified object is untraversable
Inserts or appends all the elements in the specified object at the specified index
public boolean insertAll (int $index, array|object $t)
Determines whether this list contains no element
Determines whether this list contains no element
public boolean isEmpty ()
public mixed key ()
public mixed next ()
mixed $offset
public boolean offsetExists (mixed $offset)
mixed $offset
public mixed offsetGet (mixed $offset)
mixed $offset
mixed $value
public mixed offsetSet (mixed $offset, mixed $value)
mixed $offset
public void offsetUnset (mixed $offset)
Removes all the elements in the specified object from this list
array|object $t
Object containing the elements to be removed
When the specified object is untraversable
Removes all the elements in the specified object from this list
public boolean removeAll (array|object $t)
public void rewind ()
public boolean valid ()