|
Sparksee
6.0.2
|
String list. More...


Instance Methods | |
| (int) | - count |
| Number of elements in the list. More... | |
| (id) | - init |
| Constructor. More... | |
| (void) | - add: |
| Adds a String at the end of the list. More... | |
| (void) | - clear |
| Clears the list. | |
| (id) | - initWithArray: |
| Creates a new StringList instance from the given array. | |
| (id) | - initWithNSEnumerator: |
| Creates a new StringList instance from the given NSEnumerator. | |
| (STSStringListIterator *) | - iterator |
| Gets a new StringListIterator. | |
String list.
It stores a String (unicode) list.
Use StringListIterator to access all elements into this collection.
| - (void) add: | (NSString *) | str |
Adds a String at the end of the list.
| str | [in] String. |
| - (int) count |
Number of elements in the list.
| - (id) init |
Constructor.
This creates an empty list.