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