|
SparkseePython
6.0.2
|
String list. More...
Public Member Functions | |
| def | clear (self) |
| Clears the list. | |
| def | __init__ (self) |
| Constructor. More... | |
| def | __iter__ (self) |
| Gets a new TypeListIterator. More... | |
| def | iterator (self) |
| Gets a new StringListIterator. More... | |
| def | add (self, str) |
| Adds a String at the end of the list. More... | |
| def | count (self) |
| Number of elements in the list. More... | |
String list.
It stores a String (unicode) list.
Use StringListIterator to access all elements into this collection.
| def sparksee.StringList.__init__ | ( | self | ) |
Constructor.
This creates an empty list.
| def sparksee.StringList.__iter__ | ( | self | ) |
Gets a new TypeListIterator.
| def sparksee.StringList.add | ( | self, | |
| str | |||
| ) |
Adds a String at the end of the list.
| str | [in] String. |
| def sparksee.StringList.count | ( | self | ) |
Number of elements in the list.
| def sparksee.StringList.iterator | ( | self | ) |
Gets a new StringListIterator.
1.8.11