|
SparkseeNet
6.0.2
|
Public Member Functions | |
| ValueList () | |
| Constructor. | |
| com.sparsity.sparksee.gdb.Value | Get (int index) |
| Returns the Value at the specified position in the list. | |
| void | Clear () |
| Clears the list. | |
| void | Add (com.sparsity.sparksee.gdb.Value value) |
| Adds a value to the end of the list. | |
| com.sparsity.sparksee.gdb.ValueListIterator | Iterator () |
| Gets a new ValueListIterator. | |
| int | Count () |
| Number of elements in the list. | |
Value list.
It stores a Value list.
Use ValueListIterator to access all elements into this collection.
| com.sparsity.sparksee.gdb.ValueList.ValueList | ( | ) |
Constructor.
This creates an empty list.
| void com.sparsity.sparksee.gdb.ValueList.Add | ( | com.sparsity.sparksee.gdb.Value | value | ) |
Adds a value to the end of the list.
| value | [in] The value to add |
| int com.sparsity.sparksee.gdb.ValueList.Count | ( | ) |
Number of elements in the list.
| com.sparsity.sparksee.gdb.Value com.sparsity.sparksee.gdb.ValueList.Get | ( | int | index | ) |
Returns the Value at the specified position in the list.
| index | [in] Index of the element to return, starting at 0. |
| com.sparsity.sparksee.gdb.ValueListIterator com.sparsity.sparksee.gdb.ValueList.Iterator | ( | ) |
Gets a new ValueListIterator.
1.8.2