|
SparkseePython3 6.1.0
|
Boolean list. More...
Public Member Functions | |
| clear (self) | |
| Clears the list. | |
| __init__ (self) | |
| Constructor. | |
| __iter__ (self) | |
| Gets a new TypeListIterator. | |
| iterator (self) | |
| Gets a new BooleanListIterator. | |
| add (self, value) | |
| Adds a Boolean at the end of the list. | |
| count (self) | |
| Number of elements in the list. | |
Boolean list.
It stores a Boolean list.
Use BooleanListIterator to access all elements into this collection.
| sparksee.BooleanList.__init__ | ( | self | ) |
Constructor.
This creates an empty list.
| sparksee.BooleanList.__iter__ | ( | self | ) |
Gets a new TypeListIterator.
| sparksee.BooleanList.add | ( | self, | |
| value ) |
Adds a Boolean at the end of the list.
| value | [in] Boolean. |
| sparksee.BooleanList.count | ( | self | ) |
Number of elements in the list.
| sparksee.BooleanList.iterator | ( | self | ) |
Gets a new BooleanListIterator.