SparkseePython  6.0.2
Public Member Functions | List of all members
sparksee.BooleanListIterator Class Reference

BooleanList iterator class. More...

Public Member Functions

def next (self)
 Moves to the next element. More...
 
def has_next (self)
 Gets if there are more elements. More...
 
def __next__ (self)
 Used in next() More...
 

Detailed Description

BooleanList iterator class.

Iterator to traverse all the strings into a BooleanList instance.

Author
Sparsity Technologies http://www.sparsity-technologies.com

Member Function Documentation

def sparksee.BooleanListIterator.__next__ (   self)

Used in next()

Returns
The next element
def sparksee.BooleanListIterator.has_next (   self)

Gets if there are more elements.

Returns
TRUE if there are more elements, FALSE otherwise.
def sparksee.BooleanListIterator.next (   self)

Moves to the next element.

Returns
The next element.