WebServiceDataIterator Class
An iterator for stepping through data values stored in a linked list of WebServiceDataCacheNodes. The constructor takes 5 arguments:
Constructor
WebServiceDataIterator
(
-
columnIndices
-
initialNode
-
initialIndex
-
finalNode
-
finalIndex
Parameters:
-
columnIndices
ArrayJavaScript array of the indices of the columns of data to return
-
initialNode
WebServiceDataCacheNodePointer to the WebServiceDataCacheNode containing the first value to iterate over
-
initialIndex
IntegerIndex, within initialNode, of the first value to iterate over
-
finalNode
WebServiceDataCacheNodePointer to the WebServiceDataCacheNode containing the last value to iterate over
-
finalIndex
IntegerIndex, within finalNode, of the last value to iterate over