|
SparkseeNet
6.0.2
|
Boolean list. More...
Public Member Functions | |
| BooleanList (System.Collections.Generic.ICollection< bool > col) | |
| Creates a new instance from a boolean collection. | |
| void | Add (bool value) |
| Adds a Boolean at the end of the list. | |
| void | Clear () |
| Clears the list. | |
| com.sparsity.sparksee.gdb.BooleanListIterator | Iterator () |
| Gets a new BooleanListIterator. | |
| int | Count () |
| Number of elements in the list. | |
| BooleanList (bool[] list) | |
| Creates a new instance from a boolean array. | |
| BooleanList () | |
| Constructor. | |
Boolean list.
It stores a Boolean list.
Use BooleanListIterator to access all elements into this collection.
| com.sparsity.sparksee.gdb.BooleanList.BooleanList | ( | System.Collections.Generic.ICollection< bool > | col | ) |
Creates a new instance from a boolean collection.
| col | Collection to initialize the instance. |
| com.sparsity.sparksee.gdb.BooleanList.BooleanList | ( | bool[] | list | ) |
Creates a new instance from a boolean array.
| list | Boolean array to initialize the instance. |
| com.sparsity.sparksee.gdb.BooleanList.BooleanList | ( | ) |
Constructor.
This creates an empty list.
| void com.sparsity.sparksee.gdb.BooleanList.Add | ( | bool | value | ) |
Adds a Boolean at the end of the list.
| value | [in] Boolean. |
| int com.sparsity.sparksee.gdb.BooleanList.Count | ( | ) |
Number of elements in the list.
| com.sparsity.sparksee.gdb.BooleanListIterator com.sparsity.sparksee.gdb.BooleanList.Iterator | ( | ) |
Gets a new BooleanListIterator.
1.8.2