SparkseePython
6.0.2
|
Boolean 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 BooleanListIterator. More... | |
def | add (self, value) |
Adds a Boolean at the end of the list. More... | |
def | count (self) |
Number of elements in the list. More... | |
Boolean list.
It stores a Boolean list.
Use BooleanListIterator to access all elements into this collection.
def sparksee.BooleanList.__init__ | ( | self | ) |
Constructor.
This creates an empty list.
def sparksee.BooleanList.__iter__ | ( | self | ) |
Gets a new TypeListIterator.
def sparksee.BooleanList.add | ( | self, | |
value | |||
) |
Adds a Boolean at the end of the list.
value | [in] Boolean. |
def sparksee.BooleanList.count | ( | self | ) |
Number of elements in the list.
def sparksee.BooleanList.iterator | ( | self | ) |
Gets a new BooleanListIterator.