SparkseeNet  6.0.2
Public Member Functions | List of all members
com.sparsity.sparksee.gdb.TypeListIterator Class Reference

TypeList iterator class. More...

Public Member Functions

bool HasNext ()
 Gets if there are more elements.
 
int Next ()
 Moves to the next element.
 

Detailed Description

TypeList iterator class.

Iterator to traverse all the Sparksee node or edge type identifiers into a TypeList instance.

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

Member Function Documentation

bool com.sparsity.sparksee.gdb.TypeListIterator.HasNext ( )

Gets if there are more elements.

Returns
TRUE if there are more elements, FALSE otherwise.
int com.sparsity.sparksee.gdb.TypeListIterator.Next ( )

Moves to the next element.

Returns
The next element.