SparkseeNet
6.0.2
|
Sparksee object identifier list. More...
Public Member Functions | |
OIDList (System.Collections.Generic.ICollection< long > col) | |
Creates a new instance from a long collection. | |
OIDList (long[] list) | |
Creates a new instance from a long array. | |
void | Add (long attr) |
Adds a Sparksee object identifier at the end of the list. | |
void | Clear () |
Clears the list. | |
void | Set (int pos, long oid) |
Sets a Sparksee object identifier at the specified position of the list. | |
com.sparsity.sparksee.gdb.OIDListIterator | Iterator () |
Gets a new OIDListIterator. | |
int | Count () |
Number of elements in the list. | |
OIDList (int numInvalidOIDs) | |
Constructor. | |
OIDList () | |
Constructor. | |
Sparksee object identifier list.
It stores a Sparksee object identifier list.
Use OIDListIterator to access all elements into this collection.
com.sparsity.sparksee.gdb.OIDList.OIDList | ( | System.Collections.Generic.ICollection< long > | col | ) |
Creates a new instance from a long collection.
col | Collection to initialize the instance. |
com.sparsity.sparksee.gdb.OIDList.OIDList | ( | long[] | list | ) |
Creates a new instance from a long array.
list | Long array to initialize the instance. |
com.sparsity.sparksee.gdb.OIDList.OIDList | ( | int | numInvalidOIDs | ) |
Constructor.
This creates a list with N invalid oids.
numInvalidOIDs | [in] The number of invalid oids added to the list. |
com.sparsity.sparksee.gdb.OIDList.OIDList | ( | ) |
Constructor.
This creates an empty list.
void com.sparsity.sparksee.gdb.OIDList.Add | ( | long | attr | ) |
int com.sparsity.sparksee.gdb.OIDList.Count | ( | ) |
Number of elements in the list.
com.sparsity.sparksee.gdb.OIDListIterator com.sparsity.sparksee.gdb.OIDList.Iterator | ( | ) |
Gets a new OIDListIterator.